#08596D

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

Shades of Blue Lagoon #08596D

Tints of Blue Lagoon #08596D

Color information

#08596D (or 0x08596D) is unknown color: approx Blue Lagoon. HEX triplet: 08, 59 and 6D. RGB value is (8,89,109). Sum of RGB (Red+Green+Blue) = 8+89+109=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #08596D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08596D is #F7A692. Grayscale: #424242. Windows color (decimal): -16230035 or 7166216. OLE color: 7166216.

HSL color Cylindrical-coordinate representation of color #08596D: hue angle of 191.88º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08596D is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB889109-
CMYK0.930.1800.57
HSL191.88º86.32%22.94%-
HSV(B)191.88º92.66%42.75%-
XYZ6.438.315.73-
YUV67.06151.6685.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.88%
GREEN value IS 89 (35.16% from 255) = 43.20%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=3.88%
G=43.20%
B=52.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8891090.930.1800.57191.8886.3222.94
Hex8596D5D12039c05617
Octal101311551352207130012627
Binary100010110011101101101110110010011100111000000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08596D; }

 p { color: rgb(8,89,109); }

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

<style>
 a { background-color: #08596D; }

 a { background-color: rgb(8,89,109); }

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

<style>
 span { border-color: #08596D; }

 span { border-color: rgb(8,89,109); }

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