#08556A

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

Shades of Blue Lagoon #08556A

Tints of Blue Lagoon #08556A

Color information

#08556A (or 0x08556A) is unknown color: approx Blue Lagoon. HEX triplet: 08, 55 and 6A. RGB value is (8,85,106). Sum of RGB (Red+Green+Blue) = 8+85+106=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #08556A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08556A is #F7AA95. Grayscale: #404040. Windows color (decimal): -16231062 or 6968584. OLE color: 6968584.

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

Color convert

RGB885106-
CMYK0.920.2000.58
HSL192.86º85.96%22.35%-
HSV(B)192.86º92.45%41.57%-
XYZ5.957.5914.79-
YUV64.37151.4987.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 106 (41.80% from 255) = 53.27%
R=4.02%
G=42.71%
B=53.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8851060.920.2000.58192.8685.9622.35
Hex8556A5C1403Ac15616
Octal101251521342407230112626
Binary100010101011101010101110010100011101011000001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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