Shades of Blue Lagoon #00566F
Tints of Blue Lagoon #00566F
RGB
CMYK
RGB Variations
Color information
#00566F (or 0x00566F) is known color: Blue Lagoon. HEX triplet: 00, 56 and 6F. RGB value is (0,86,111). Sum of RGB (Red+Green+Blue) = 0+86+111=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #00566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00566F is #FFA990. Grayscale: #3E3E3E. Windows color (decimal): -16755089 or 7296512. OLE color: 7296512.
HSL color Cylindrical-coordinate representation of color #00566F: hue angle of 193.51º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00566F is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 86 | 111 | - |
| CMYK | 1 | 0.23 | 0 | 0.56 |
| HSL | 193.51º | 1% | 0.22% | - |
| HSV(B) | 193.51º | 1% | 0.44% | - |
| XYZ | 6.2 | 7.8 | 16.22 | - |
| YUV | 63.14 | 155.01 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 111 | 1 | 0.23 | 0 | 0.56 | 193.51 | 1 | 0.22 |
| Hex | 0 | 56 | 6F | 64 | 17 | 0 | 38 | C2 | 64 | 16 |
| Octal | 0 | 126 | 157 | 144 | 27 | 0 | 70 | 302 | 144 | 26 |
| Binary | 0 | 1010110 | 1101111 | 1100100 | 10111 | 0 | 111000 | 11000010 | 1100100 | 10110 |
Color Harmonies of #00566F
Complementary color
Monochromatic Colors of #00566F
Black with #00566F
Text Example
Text Example
White with #00566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00566F; }
p { color: rgb(0,86,111); }
H1.HeaderClassName
{
color: #00566F;
}
.AnyTagClassName
{
color: #00566F;
}
</style>
background-color css
<style>
a { background-color: #00566F; }
a { background-color: rgb(0,86,111); }
div.DivClassName
{
background-color: #00566F;
}
.BgClassName
{
background-color: #00566F;
}
</style>
border-color css
<style>
span { border-color: #00566F; }
span { border-color: rgb(0,86,111); }
td.TdClassName
{
border-color: #00566F;
}
.TagClassName
{
border-color: #00566F;
}
</style>