Shades of Blue Lagoon #00567A
Tints of Blue Lagoon #00567A
RGB
CMYK
RGB Variations
Color information
#00567A (or 0x00567A) is known color: Blue Lagoon. HEX triplet: 00, 56 and 7A. RGB value is (0,86,122). Sum of RGB (Red+Green+Blue) = 0+86+122=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #00567A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00567A is #FFA985. Grayscale: #404040. Windows color (decimal): -16755078 or 8017408. OLE color: 8017408.
HSL color Cylindrical-coordinate representation of color #00567A: hue angle of 197.7º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00567A is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 86 | 122 | - |
| CMYK | 1 | 0.30 | 0 | 0.52 |
| HSL | 197.7º | 1% | 0.24% | - |
| HSV(B) | 197.7º | 1% | 0.48% | - |
| XYZ | 6.84 | 8.06 | 19.61 | - |
| YUV | 64.39 | 160.51 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 122 | 1 | 0.30 | 0 | 0.52 | 197.7 | 1 | 0.24 |
| Hex | 0 | 56 | 7A | 64 | 1E | 0 | 34 | C6 | 64 | 18 |
| Octal | 0 | 126 | 172 | 144 | 36 | 0 | 64 | 306 | 144 | 30 |
| Binary | 0 | 1010110 | 1111010 | 1100100 | 11110 | 0 | 110100 | 11000110 | 1100100 | 11000 |
Color Harmonies of #00567A
Complementary color
Monochromatic Colors of #00567A
Black with #00567A
Text Example
Text Example
White with #00567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00567A; }
p { color: rgb(0,86,122); }
H1.HeaderClassName
{
color: #00567A;
}
.AnyTagClassName
{
color: #00567A;
}
</style>
background-color css
<style>
a { background-color: #00567A; }
a { background-color: rgb(0,86,122); }
div.DivClassName
{
background-color: #00567A;
}
.BgClassName
{
background-color: #00567A;
}
</style>
border-color css
<style>
span { border-color: #00567A; }
span { border-color: rgb(0,86,122); }
td.TdClassName
{
border-color: #00567A;
}
.TagClassName
{
border-color: #00567A;
}
</style>