Shades of Blue Lagoon #055C7C
Tints of Blue Lagoon #055C7C
RGB
CMYK
RGB Variations
Color information
#055C7C (or 0x055C7C) is known color: Blue Lagoon. HEX triplet: 05, 5C and 7C. RGB value is (5,92,124). Sum of RGB (Red+Green+Blue) = 5+92+124=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #055C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C7C is #FAA383. Grayscale: #454545. Windows color (decimal): -16425860 or 8150021. OLE color: 8150021.
HSL color Cylindrical-coordinate representation of color #055C7C: hue angle of 196.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055C7C is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 92 | 124 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.51 |
| HSL | 196.13º | 0.92% | 0.25% | - |
| HSV(B) | 196.13º | 0.96% | 0.49% | - |
| XYZ | 7.53 | 9.14 | 20.44 | - |
| YUV | 69.64 | 158.68 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 124 | 0.96 | 0.26 | 0 | 0.51 | 196.13 | 0.92 | 0.25 |
| Hex | 5 | 5C | 7C | 60 | 1A | 0 | 33 | C4 | 5C | 19 |
| Octal | 5 | 134 | 174 | 140 | 32 | 0 | 63 | 304 | 134 | 31 |
| Binary | 101 | 1011100 | 1111100 | 1100000 | 11010 | 0 | 110011 | 11000100 | 1011100 | 11001 |
Color Harmonies of #055C7C
Complementary color
Monochromatic Colors of #055C7C
Black with #055C7C
Text Example
Text Example
White with #055C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C7C; }
p { color: rgb(5,92,124); }
H1.HeaderClassName
{
color: #055C7C;
}
.AnyTagClassName
{
color: #055C7C;
}
</style>
background-color css
<style>
a { background-color: #055C7C; }
a { background-color: rgb(5,92,124); }
div.DivClassName
{
background-color: #055C7C;
}
.BgClassName
{
background-color: #055C7C;
}
</style>
border-color css
<style>
span { border-color: #055C7C; }
span { border-color: rgb(5,92,124); }
td.TdClassName
{
border-color: #055C7C;
}
.TagClassName
{
border-color: #055C7C;
}
</style>