Shades of Blue Lagoon #055A7E
Tints of Blue Lagoon #055A7E
RGB
CMYK
RGB Variations
Color information
#055A7E (or 0x055A7E) is known color: Blue Lagoon. HEX triplet: 05, 5A and 7E. RGB value is (5,90,126). Sum of RGB (Red+Green+Blue) = 5+90+126=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 126 (49.61% from 255 or 57.01% from 221); Max value from RGB is 126 - color contains mainly: blue. Hex color #055A7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A7E is #FAA581. Grayscale: #444444. Windows color (decimal): -16426370 or 8280581. OLE color: 8280581.
HSL color Cylindrical-coordinate representation of color #055A7E: hue angle of 197.85º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055A7E is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 90 | 126 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.51 |
| HSL | 197.85º | 0.92% | 0.26% | - |
| HSV(B) | 197.85º | 0.96% | 0.49% | - |
| XYZ | 7.48 | 8.85 | 21.05 | - |
| YUV | 68.69 | 160.34 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 126 | 0.96 | 0.29 | 0 | 0.51 | 197.85 | 0.92 | 0.26 |
| Hex | 5 | 5A | 7E | 60 | 1D | 0 | 33 | C6 | 5C | 1A |
| Octal | 5 | 132 | 176 | 140 | 35 | 0 | 63 | 306 | 134 | 32 |
| Binary | 101 | 1011010 | 1111110 | 1100000 | 11101 | 0 | 110011 | 11000110 | 1011100 | 11010 |
Color Harmonies of #055A7E
Complementary color
Monochromatic Colors of #055A7E
Black with #055A7E
Text Example
Text Example
White with #055A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A7E; }
p { color: rgb(5,90,126); }
H1.HeaderClassName
{
color: #055A7E;
}
.AnyTagClassName
{
color: #055A7E;
}
</style>
background-color css
<style>
a { background-color: #055A7E; }
a { background-color: rgb(5,90,126); }
div.DivClassName
{
background-color: #055A7E;
}
.BgClassName
{
background-color: #055A7E;
}
</style>
border-color css
<style>
span { border-color: #055A7E; }
span { border-color: rgb(5,90,126); }
td.TdClassName
{
border-color: #055A7E;
}
.TagClassName
{
border-color: #055A7E;
}
</style>