Shades of Blue Lagoon #00566E
Tints of Blue Lagoon #00566E
RGB
CMYK
RGB Variations
Color information
#00566E (or 0x00566E) is known color: Blue Lagoon. HEX triplet: 00, 56 and 6E. RGB value is (0,86,110). Sum of RGB (Red+Green+Blue) = 0+86+110=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #00566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00566E is #FFA991. Grayscale: #3E3E3E. Windows color (decimal): -16755090 or 7230976. OLE color: 7230976.
HSL color Cylindrical-coordinate representation of color #00566E: hue angle of 193.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00566E is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 86 | 110 | - |
| CMYK | 1 | 0.22 | 0 | 0.57 |
| HSL | 193.09º | 1% | 0.22% | - |
| HSV(B) | 193.09º | 1% | 0.43% | - |
| XYZ | 6.14 | 7.78 | 15.93 | - |
| YUV | 63.02 | 154.51 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 110 | 1 | 0.22 | 0 | 0.57 | 193.09 | 1 | 0.22 |
| Hex | 0 | 56 | 6E | 64 | 16 | 0 | 39 | C1 | 64 | 16 |
| Octal | 0 | 126 | 156 | 144 | 26 | 0 | 71 | 301 | 144 | 26 |
| Binary | 0 | 1010110 | 1101110 | 1100100 | 10110 | 0 | 111001 | 11000001 | 1100100 | 10110 |
Color Harmonies of #00566E
Complementary color
Monochromatic Colors of #00566E
Black with #00566E
Text Example
Text Example
White with #00566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00566E; }
p { color: rgb(0,86,110); }
H1.HeaderClassName
{
color: #00566E;
}
.AnyTagClassName
{
color: #00566E;
}
</style>
background-color css
<style>
a { background-color: #00566E; }
a { background-color: rgb(0,86,110); }
div.DivClassName
{
background-color: #00566E;
}
.BgClassName
{
background-color: #00566E;
}
</style>
border-color css
<style>
span { border-color: #00566E; }
span { border-color: rgb(0,86,110); }
td.TdClassName
{
border-color: #00566E;
}
.TagClassName
{
border-color: #00566E;
}
</style>