Shades of Blue Lagoon #00566A
Tints of Blue Lagoon #00566A
RGB
CMYK
RGB Variations
Color information
#00566A (or 0x00566A) is known color: Blue Lagoon. HEX triplet: 00, 56 and 6A. RGB value is (0,86,106). Sum of RGB (Red+Green+Blue) = 0+86+106=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #00566A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00566A is #FFA995. Grayscale: #3E3E3E. Windows color (decimal): -16755094 or 6968832. OLE color: 6968832.
HSL color Cylindrical-coordinate representation of color #00566A: hue angle of 191.32º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00566A is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 86 | 106 | - |
| CMYK | 1 | 0.19 | 0 | 0.58 |
| HSL | 191.32º | 1% | 0.21% | - |
| HSV(B) | 191.32º | 1% | 0.42% | - |
| XYZ | 5.93 | 7.7 | 14.81 | - |
| YUV | 62.57 | 152.51 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 106 | 1 | 0.19 | 0 | 0.58 | 191.32 | 1 | 0.21 |
| Hex | 0 | 56 | 6A | 64 | 13 | 0 | 3A | BF | 64 | 15 |
| Octal | 0 | 126 | 152 | 144 | 23 | 0 | 72 | 277 | 144 | 25 |
| Binary | 0 | 1010110 | 1101010 | 1100100 | 10011 | 0 | 111010 | 10111111 | 1100100 | 10101 |
Color Harmonies of #00566A
Complementary color
Monochromatic Colors of #00566A
Black with #00566A
Text Example
Text Example
White with #00566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00566A; }
p { color: rgb(0,86,106); }
H1.HeaderClassName
{
color: #00566A;
}
.AnyTagClassName
{
color: #00566A;
}
</style>
background-color css
<style>
a { background-color: #00566A; }
a { background-color: rgb(0,86,106); }
div.DivClassName
{
background-color: #00566A;
}
.BgClassName
{
background-color: #00566A;
}
</style>
border-color css
<style>
span { border-color: #00566A; }
span { border-color: rgb(0,86,106); }
td.TdClassName
{
border-color: #00566A;
}
.TagClassName
{
border-color: #00566A;
}
</style>