Shades of Blue Lagoon #005E6B
Tints of Blue Lagoon #005E6B
RGB
CMYK
RGB Variations
Color information
#005E6B (or 0x005E6B) is known color: Blue Lagoon. HEX triplet: 00, 5E and 6B. RGB value is (0,94,107). Sum of RGB (Red+Green+Blue) = 0+94+107=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 94 (37.11% from 255 or 46.77% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #005E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005E6B is #FFA194. Grayscale: #434343. Windows color (decimal): -16753045 or 7036416. OLE color: 7036416.
HSL color Cylindrical-coordinate representation of color #005E6B: hue angle of 187.29º 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 #005E6B is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 94 | 107 | - |
| CMYK | 1 | 0.12 | 0 | 0.58 |
| HSL | 187.29º | 1% | 0.21% | - |
| HSV(B) | 187.29º | 1% | 0.42% | - |
| XYZ | 6.66 | 9.07 | 15.31 | - |
| YUV | 67.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 107 | 1 | 0.12 | 0 | 0.58 | 187.29 | 1 | 0.21 |
| Hex | 0 | 5E | 6B | 64 | C | 0 | 3A | BB | 64 | 15 |
| Octal | 0 | 136 | 153 | 144 | 14 | 0 | 72 | 273 | 144 | 25 |
| Binary | 0 | 1011110 | 1101011 | 1100100 | 1100 | 0 | 111010 | 10111011 | 1100100 | 10101 |
Color Harmonies of #005E6B
Complementary color
Monochromatic Colors of #005E6B
Black with #005E6B
Text Example
Text Example
White with #005E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E6B; }
p { color: rgb(0,94,107); }
H1.HeaderClassName
{
color: #005E6B;
}
.AnyTagClassName
{
color: #005E6B;
}
</style>
background-color css
<style>
a { background-color: #005E6B; }
a { background-color: rgb(0,94,107); }
div.DivClassName
{
background-color: #005E6B;
}
.BgClassName
{
background-color: #005E6B;
}
</style>
border-color css
<style>
span { border-color: #005E6B; }
span { border-color: rgb(0,94,107); }
td.TdClassName
{
border-color: #005E6B;
}
.TagClassName
{
border-color: #005E6B;
}
</style>