#08596C

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

Shades of Blue Lagoon #08596C

Tints of Blue Lagoon #08596C

Color information

#08596C (or 0x08596C) is unknown color: approx Blue Lagoon. HEX triplet: 08, 59 and 6C. RGB value is (8,89,108). Sum of RGB (Red+Green+Blue) = 8+89+108=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #08596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08596C is #F7A693. Grayscale: #424242. Windows color (decimal): -16230036 or 7100680. OLE color: 7100680.

HSL color Cylindrical-coordinate representation of color #08596C: hue angle of 191.4º 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 #08596C is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB889108-
CMYK0.930.1800.58
HSL191.4º86.21%22.75%-
HSV(B)191.4º92.59%42.35%-
XYZ6.388.2815.45-
YUV66.95151.1685.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 108 (42.58% from 255) = 52.68%
R=3.90%
G=43.41%
B=52.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8891080.930.1800.58191.486.2122.75
Hex8596C5D1203Abf5617
Octal101311541352207227712627
Binary100010110011101100101110110010011101010111111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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