Shades of Blue Lagoon #08576C
Tints of Blue Lagoon #08576C
RGB
CMYK
RGB Variations
Color information
#08576C (or 0x08576C) is known color: Blue Lagoon. HEX triplet: 08, 57 and 6C. RGB value is (8,87,108). Sum of RGB (Red+Green+Blue) = 8+87+108=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #08576C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08576C is #F7A893. Grayscale: #414141. Windows color (decimal): -16230548 or 7100168. OLE color: 7100168.
HSL color Cylindrical-coordinate representation of color #08576C: hue angle of 192.6º 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 #08576C is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 87 | 108 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.58 |
| HSL | 192.6º | 0.86% | 0.23% | - |
| HSV(B) | 192.6º | 0.93% | 0.42% | - |
| XYZ | 6.22 | 7.95 | 15.39 | - |
| YUV | 65.77 | 151.83 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 108 | 0.93 | 0.19 | 0 | 0.58 | 192.6 | 0.86 | 0.23 |
| Hex | 8 | 57 | 6C | 5D | 13 | 0 | 3A | C1 | 56 | 17 |
| Octal | 10 | 127 | 154 | 135 | 23 | 0 | 72 | 301 | 126 | 27 |
| Binary | 1000 | 1010111 | 1101100 | 1011101 | 10011 | 0 | 111010 | 11000001 | 1010110 | 10111 |
Color Harmonies of #08576C
Complementary color
Monochromatic Colors of #08576C
Black with #08576C
Text Example
Text Example
White with #08576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08576C; }
p { color: rgb(8,87,108); }
H1.HeaderClassName
{
color: #08576C;
}
.AnyTagClassName
{
color: #08576C;
}
</style>
background-color css
<style>
a { background-color: #08576C; }
a { background-color: rgb(8,87,108); }
div.DivClassName
{
background-color: #08576C;
}
.BgClassName
{
background-color: #08576C;
}
</style>
border-color css
<style>
span { border-color: #08576C; }
span { border-color: rgb(8,87,108); }
td.TdClassName
{
border-color: #08576C;
}
.TagClassName
{
border-color: #08576C;
}
</style>