Shades of Blue Lagoon #055E7C
Tints of Blue Lagoon #055E7C
RGB
CMYK
RGB Variations
Color information
#055E7C (or 0x055E7C) is known color: Blue Lagoon. HEX triplet: 05, 5E and 7C. RGB value is (5,94,124). Sum of RGB (Red+Green+Blue) = 5+94+124=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #055E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E7C is #FAA183. Grayscale: #464646. Windows color (decimal): -16425348 or 8150533. OLE color: 8150533.
HSL color Cylindrical-coordinate representation of color #055E7C: hue angle of 195.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 #055E7C is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 94 | 124 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.51 |
| HSL | 195.13º | 0.92% | 0.25% | - |
| HSV(B) | 195.13º | 0.96% | 0.49% | - |
| XYZ | 7.7 | 9.49 | 20.5 | - |
| YUV | 70.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 124 | 0.96 | 0.24 | 0 | 0.51 | 195.13 | 0.92 | 0.25 |
| Hex | 5 | 5E | 7C | 60 | 18 | 0 | 33 | C3 | 5C | 19 |
| Octal | 5 | 136 | 174 | 140 | 30 | 0 | 63 | 303 | 134 | 31 |
| Binary | 101 | 1011110 | 1111100 | 1100000 | 11000 | 0 | 110011 | 11000011 | 1011100 | 11001 |
Color Harmonies of #055E7C
Complementary color
Monochromatic Colors of #055E7C
Black with #055E7C
Text Example
Text Example
White with #055E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E7C; }
p { color: rgb(5,94,124); }
H1.HeaderClassName
{
color: #055E7C;
}
.AnyTagClassName
{
color: #055E7C;
}
</style>
background-color css
<style>
a { background-color: #055E7C; }
a { background-color: rgb(5,94,124); }
div.DivClassName
{
background-color: #055E7C;
}
.BgClassName
{
background-color: #055E7C;
}
</style>
border-color css
<style>
span { border-color: #055E7C; }
span { border-color: rgb(5,94,124); }
td.TdClassName
{
border-color: #055E7C;
}
.TagClassName
{
border-color: #055E7C;
}
</style>