Shades of Blue Lagoon #055C6C
Tints of Blue Lagoon #055C6C
RGB
CMYK
RGB Variations
Color information
#055C6C (or 0x055C6C) is known color: Blue Lagoon. HEX triplet: 05, 5C and 6C. RGB value is (5,92,108). Sum of RGB (Red+Green+Blue) = 5+92+108=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #055C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C6C is #FAA393. Grayscale: #434343. Windows color (decimal): -16425876 or 7101445. OLE color: 7101445.
HSL color Cylindrical-coordinate representation of color #055C6C: hue angle of 189.32º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C6C is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 92 | 108 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.58 |
| HSL | 189.32º | 0.91% | 0.22% | - |
| HSV(B) | 189.32º | 0.95% | 0.42% | - |
| XYZ | 6.6 | 8.77 | 15.53 | - |
| YUV | 67.81 | 150.68 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 108 | 0.95 | 0.15 | 0 | 0.58 | 189.32 | 0.91 | 0.22 |
| Hex | 5 | 5C | 6C | 5F | F | 0 | 3A | BD | 5B | 16 |
| Octal | 5 | 134 | 154 | 137 | 17 | 0 | 72 | 275 | 133 | 26 |
| Binary | 101 | 1011100 | 1101100 | 1011111 | 1111 | 0 | 111010 | 10111101 | 1011011 | 10110 |
Color Harmonies of #055C6C
Complementary color
Monochromatic Colors of #055C6C
Black with #055C6C
Text Example
Text Example
White with #055C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C6C; }
p { color: rgb(5,92,108); }
H1.HeaderClassName
{
color: #055C6C;
}
.AnyTagClassName
{
color: #055C6C;
}
</style>
background-color css
<style>
a { background-color: #055C6C; }
a { background-color: rgb(5,92,108); }
div.DivClassName
{
background-color: #055C6C;
}
.BgClassName
{
background-color: #055C6C;
}
</style>
border-color css
<style>
span { border-color: #055C6C; }
span { border-color: rgb(5,92,108); }
td.TdClassName
{
border-color: #055C6C;
}
.TagClassName
{
border-color: #055C6C;
}
</style>