Shades of Blue Lagoon #055C74
Tints of Blue Lagoon #055C74
RGB
CMYK
RGB Variations
Color information
#055C74 (or 0x055C74) is known color: Blue Lagoon. HEX triplet: 05, 5C and 74. RGB value is (5,92,116). Sum of RGB (Red+Green+Blue) = 5+92+116=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #055C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C74 is #FAA38B. Grayscale: #444444. Windows color (decimal): -16425868 or 7625733. OLE color: 7625733.
HSL color Cylindrical-coordinate representation of color #055C74: hue angle of 192.97º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055C74 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 92 | 116 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.55 |
| HSL | 192.97º | 0.92% | 0.24% | - |
| HSV(B) | 192.97º | 0.96% | 0.45% | - |
| XYZ | 7.04 | 8.95 | 17.88 | - |
| YUV | 68.72 | 154.68 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 116 | 0.96 | 0.21 | 0 | 0.55 | 192.97 | 0.92 | 0.24 |
| Hex | 5 | 5C | 74 | 60 | 15 | 0 | 37 | C1 | 5C | 18 |
| Octal | 5 | 134 | 164 | 140 | 25 | 0 | 67 | 301 | 134 | 30 |
| Binary | 101 | 1011100 | 1110100 | 1100000 | 10101 | 0 | 110111 | 11000001 | 1011100 | 11000 |
Color Harmonies of #055C74
Complementary color
Monochromatic Colors of #055C74
Black with #055C74
Text Example
Text Example
White with #055C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C74; }
p { color: rgb(5,92,116); }
H1.HeaderClassName
{
color: #055C74;
}
.AnyTagClassName
{
color: #055C74;
}
</style>
background-color css
<style>
a { background-color: #055C74; }
a { background-color: rgb(5,92,116); }
div.DivClassName
{
background-color: #055C74;
}
.BgClassName
{
background-color: #055C74;
}
</style>
border-color css
<style>
span { border-color: #055C74; }
span { border-color: rgb(5,92,116); }
td.TdClassName
{
border-color: #055C74;
}
.TagClassName
{
border-color: #055C74;
}
</style>