#08556C

Color #08556C Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #08556C

Tints of Blue Lagoon #08556C

Color information

#08556C (or 0x08556C) is unknown color: approx Blue Lagoon. HEX triplet: 08, 55 and 6C. RGB value is (8,85,108). Sum of RGB (Red+Green+Blue) = 8+85+108=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #08556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08556C is #F7AA93. Grayscale: #404040. Windows color (decimal): -16231060 or 7099656. OLE color: 7099656.

HSL color Cylindrical-coordinate representation of color #08556C: hue angle of 193.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08556C is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB885108-
CMYK0.930.2100.58
HSL193.8º86.21%22.75%-
HSV(B)193.8º92.59%42.35%-
XYZ6.067.6315.34-
YUV64.6152.4987.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 3.98%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 108 (42.58% from 255) = 53.73%
R=3.98%
G=42.29%
B=53.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8851080.930.2100.58193.886.2122.75
Hex8556C5D1503Ac25617
Octal101251541352507230212627
Binary100010101011101100101110110101011101011000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08556C; }

 p { color: rgb(8,85,108); }

 H1.HeaderClassName
 {
   color: #08556C;
 }
 .AnyTagClassName
 {
   color: #08556C;
 }
</style>
background-color css

<style>
 a { background-color: #08556C; }

 a { background-color: rgb(8,85,108); }

 div.DivClassName
 {
   background-color: #08556C;
 }
 .BgClassName
 {
   background-color: #08556C;
 }
</style>
border-color css

<style>
 span { border-color: #08556C; }

 span { border-color: rgb(8,85,108); }

 td.TdClassName
 {
   border-color: #08556C;
 }
 .TagClassName
 {
   border-color: #08556C;
 }
</style>