Shades of Blue Lagoon #005E6C
Tints of Blue Lagoon #005E6C
RGB
CMYK
RGB Variations
Color information
#005E6C (or 0x005E6C) is known color: Blue Lagoon. HEX triplet: 00, 5E and 6C. RGB value is (0,94,108). Sum of RGB (Red+Green+Blue) = 0+94+108=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #005E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005E6C is #FFA193. Grayscale: #434343. Windows color (decimal): -16753044 or 7101952. OLE color: 7101952.
HSL color Cylindrical-coordinate representation of color #005E6C: hue angle of 187.78º 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 #005E6C is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 94 | 108 | - |
| CMYK | 1 | 0.13 | 0 | 0.58 |
| HSL | 187.78º | 1% | 0.21% | - |
| HSV(B) | 187.78º | 1% | 0.42% | - |
| XYZ | 6.71 | 9.09 | 15.59 | - |
| YUV | 67.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 108 | 1 | 0.13 | 0 | 0.58 | 187.78 | 1 | 0.21 |
| Hex | 0 | 5E | 6C | 64 | D | 0 | 3A | BC | 64 | 15 |
| Octal | 0 | 136 | 154 | 144 | 15 | 0 | 72 | 274 | 144 | 25 |
| Binary | 0 | 1011110 | 1101100 | 1100100 | 1101 | 0 | 111010 | 10111100 | 1100100 | 10101 |
Color Harmonies of #005E6C
Complementary color
Monochromatic Colors of #005E6C
Black with #005E6C
Text Example
Text Example
White with #005E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E6C; }
p { color: rgb(0,94,108); }
H1.HeaderClassName
{
color: #005E6C;
}
.AnyTagClassName
{
color: #005E6C;
}
</style>
background-color css
<style>
a { background-color: #005E6C; }
a { background-color: rgb(0,94,108); }
div.DivClassName
{
background-color: #005E6C;
}
.BgClassName
{
background-color: #005E6C;
}
</style>
border-color css
<style>
span { border-color: #005E6C; }
span { border-color: rgb(0,94,108); }
td.TdClassName
{
border-color: #005E6C;
}
.TagClassName
{
border-color: #005E6C;
}
</style>