Shades of Blue Lagoon #055E7D
Tints of Blue Lagoon #055E7D
RGB
CMYK
RGB Variations
Color information
#055E7D (or 0x055E7D) is known color: Blue Lagoon. HEX triplet: 05, 5E and 7D. RGB value is (5,94,125). Sum of RGB (Red+Green+Blue) = 5+94+125=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #055E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E7D is #FAA182. Grayscale: #464646. Windows color (decimal): -16425347 or 8216069. OLE color: 8216069.
HSL color Cylindrical-coordinate representation of color #055E7D: hue angle of 195.5º 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 #055E7D is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 94 | 125 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.51 |
| HSL | 195.5º | 0.92% | 0.25% | - |
| HSV(B) | 195.5º | 0.96% | 0.49% | - |
| XYZ | 7.77 | 9.52 | 20.83 | - |
| YUV | 70.92 | 158.51 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 125 | 0.96 | 0.25 | 0 | 0.51 | 195.5 | 0.92 | 0.25 |
| Hex | 5 | 5E | 7D | 60 | 19 | 0 | 33 | C4 | 5C | 19 |
| Octal | 5 | 136 | 175 | 140 | 31 | 0 | 63 | 304 | 134 | 31 |
| Binary | 101 | 1011110 | 1111101 | 1100000 | 11001 | 0 | 110011 | 11000100 | 1011100 | 11001 |
Color Harmonies of #055E7D
Complementary color
Monochromatic Colors of #055E7D
Black with #055E7D
Text Example
Text Example
White with #055E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E7D; }
p { color: rgb(5,94,125); }
H1.HeaderClassName
{
color: #055E7D;
}
.AnyTagClassName
{
color: #055E7D;
}
</style>
background-color css
<style>
a { background-color: #055E7D; }
a { background-color: rgb(5,94,125); }
div.DivClassName
{
background-color: #055E7D;
}
.BgClassName
{
background-color: #055E7D;
}
</style>
border-color css
<style>
span { border-color: #055E7D; }
span { border-color: rgb(5,94,125); }
td.TdClassName
{
border-color: #055E7D;
}
.TagClassName
{
border-color: #055E7D;
}
</style>