Shades of Blue Lagoon #08566B
Tints of Blue Lagoon #08566B
RGB
CMYK
RGB Variations
Color information
#08566B (or 0x08566B) is known color: Blue Lagoon. HEX triplet: 08, 56 and 6B. RGB value is (8,86,107). Sum of RGB (Red+Green+Blue) = 8+86+107=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #08566B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08566B is #F7A994. Grayscale: #404040. Windows color (decimal): -16230805 or 7034376. OLE color: 7034376.
HSL color Cylindrical-coordinate representation of color #08566B: hue angle of 192.73º 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 #08566B is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 86 | 107 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.58 |
| HSL | 192.73º | 0.86% | 0.23% | - |
| HSV(B) | 192.73º | 0.93% | 0.42% | - |
| XYZ | 6.08 | 7.77 | 15.09 | - |
| YUV | 65.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 86 | 107 | 0.93 | 0.20 | 0 | 0.58 | 192.73 | 0.86 | 0.23 |
| Hex | 8 | 56 | 6B | 5D | 14 | 0 | 3A | C1 | 56 | 17 |
| Octal | 10 | 126 | 153 | 135 | 24 | 0 | 72 | 301 | 126 | 27 |
| Binary | 1000 | 1010110 | 1101011 | 1011101 | 10100 | 0 | 111010 | 11000001 | 1010110 | 10111 |
Color Harmonies of #08566B
Complementary color
Monochromatic Colors of #08566B
Black with #08566B
Text Example
Text Example
White with #08566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08566B; }
p { color: rgb(8,86,107); }
H1.HeaderClassName
{
color: #08566B;
}
.AnyTagClassName
{
color: #08566B;
}
</style>
background-color css
<style>
a { background-color: #08566B; }
a { background-color: rgb(8,86,107); }
div.DivClassName
{
background-color: #08566B;
}
.BgClassName
{
background-color: #08566B;
}
</style>
border-color css
<style>
span { border-color: #08566B; }
span { border-color: rgb(8,86,107); }
td.TdClassName
{
border-color: #08566B;
}
.TagClassName
{
border-color: #08566B;
}
</style>