Shades of Blue Lagoon #005C6C
Tints of Blue Lagoon #005C6C
RGB
CMYK
RGB Variations
Color information
#005C6C (or 0x005C6C) is known color: Blue Lagoon. HEX triplet: 00, 5C and 6C. RGB value is (0,92,108). Sum of RGB (Red+Green+Blue) = 0+92+108=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #005C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C6C is #FFA393. Grayscale: #424242. Windows color (decimal): -16753556 or 7101440. OLE color: 7101440.
HSL color Cylindrical-coordinate representation of color #005C6C: hue angle of 188.89º 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 #005C6C is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 92 | 108 | - |
| CMYK | 1 | 0.15 | 0 | 0.58 |
| HSL | 188.89º | 1% | 0.21% | - |
| HSV(B) | 188.89º | 1% | 0.42% | - |
| XYZ | 6.53 | 8.74 | 15.53 | - |
| YUV | 66.32 | 151.52 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 108 | 1 | 0.15 | 0 | 0.58 | 188.89 | 1 | 0.21 |
| Hex | 0 | 5C | 6C | 64 | F | 0 | 3A | BD | 64 | 15 |
| Octal | 0 | 134 | 154 | 144 | 17 | 0 | 72 | 275 | 144 | 25 |
| Binary | 0 | 1011100 | 1101100 | 1100100 | 1111 | 0 | 111010 | 10111101 | 1100100 | 10101 |
Color Harmonies of #005C6C
Complementary color
Monochromatic Colors of #005C6C
Black with #005C6C
Text Example
Text Example
White with #005C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C6C; }
p { color: rgb(0,92,108); }
H1.HeaderClassName
{
color: #005C6C;
}
.AnyTagClassName
{
color: #005C6C;
}
</style>
background-color css
<style>
a { background-color: #005C6C; }
a { background-color: rgb(0,92,108); }
div.DivClassName
{
background-color: #005C6C;
}
.BgClassName
{
background-color: #005C6C;
}
</style>
border-color css
<style>
span { border-color: #005C6C; }
span { border-color: rgb(0,92,108); }
td.TdClassName
{
border-color: #005C6C;
}
.TagClassName
{
border-color: #005C6C;
}
</style>