Shades of Blue Lagoon #005562
Tints of Blue Lagoon #005562
RGB
CMYK
RGB Variations
Color information
#005562 (or 0x005562) is known color: Blue Lagoon. HEX triplet: 00, 55 and 62. RGB value is (0,85,98). Sum of RGB (Red+Green+Blue) = 0+85+98=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #005562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005562 is #FFAA9D. Grayscale: #3C3C3C. Windows color (decimal): -16755358 or 6444288. OLE color: 6444288.
HSL color Cylindrical-coordinate representation of color #005562: hue angle of 187.96º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005562 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 85 | 98 | - |
| CMYK | 1 | 0.13 | 0 | 0.62 |
| HSL | 187.96º | 1% | 0.19% | - |
| HSV(B) | 187.96º | 1% | 0.38% | - |
| XYZ | 5.45 | 7.38 | 12.69 | - |
| YUV | 61.07 | 148.84 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 98 | 1 | 0.13 | 0 | 0.62 | 187.96 | 1 | 0.19 |
| Hex | 0 | 55 | 62 | 64 | D | 0 | 3E | BC | 64 | 13 |
| Octal | 0 | 125 | 142 | 144 | 15 | 0 | 76 | 274 | 144 | 23 |
| Binary | 0 | 1010101 | 1100010 | 1100100 | 1101 | 0 | 111110 | 10111100 | 1100100 | 10011 |
Color Harmonies of #005562
Complementary color
Monochromatic Colors of #005562
Black with #005562
Text Example
Text Example
White with #005562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005562; }
p { color: rgb(0,85,98); }
H1.HeaderClassName
{
color: #005562;
}
.AnyTagClassName
{
color: #005562;
}
</style>
background-color css
<style>
a { background-color: #005562; }
a { background-color: rgb(0,85,98); }
div.DivClassName
{
background-color: #005562;
}
.BgClassName
{
background-color: #005562;
}
</style>
border-color css
<style>
span { border-color: #005562; }
span { border-color: rgb(0,85,98); }
td.TdClassName
{
border-color: #005562;
}
.TagClassName
{
border-color: #005562;
}
</style>