Shades of Blue Lagoon #055A78
Tints of Blue Lagoon #055A78
RGB
CMYK
RGB Variations
Color information
#055A78 (or 0x055A78) is known color: Blue Lagoon. HEX triplet: 05, 5A and 78. RGB value is (5,90,120). Sum of RGB (Red+Green+Blue) = 5+90+120=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #055A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A78 is #FAA587. Grayscale: #434343. Windows color (decimal): -16426376 or 7887365. OLE color: 7887365.
HSL color Cylindrical-coordinate representation of color #055A78: hue angle of 195.65º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055A78 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 90 | 120 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.53 |
| HSL | 195.65º | 0.92% | 0.25% | - |
| HSV(B) | 195.65º | 0.96% | 0.47% | - |
| XYZ | 7.11 | 8.7 | 19.07 | - |
| YUV | 68.01 | 157.34 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 120 | 0.96 | 0.25 | 0 | 0.53 | 195.65 | 0.92 | 0.25 |
| Hex | 5 | 5A | 78 | 60 | 19 | 0 | 35 | C4 | 5C | 19 |
| Octal | 5 | 132 | 170 | 140 | 31 | 0 | 65 | 304 | 134 | 31 |
| Binary | 101 | 1011010 | 1111000 | 1100000 | 11001 | 0 | 110101 | 11000100 | 1011100 | 11001 |
Color Harmonies of #055A78
Complementary color
Monochromatic Colors of #055A78
Black with #055A78
Text Example
Text Example
White with #055A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A78; }
p { color: rgb(5,90,120); }
H1.HeaderClassName
{
color: #055A78;
}
.AnyTagClassName
{
color: #055A78;
}
</style>
background-color css
<style>
a { background-color: #055A78; }
a { background-color: rgb(5,90,120); }
div.DivClassName
{
background-color: #055A78;
}
.BgClassName
{
background-color: #055A78;
}
</style>
border-color css
<style>
span { border-color: #055A78; }
span { border-color: rgb(5,90,120); }
td.TdClassName
{
border-color: #055A78;
}
.TagClassName
{
border-color: #055A78;
}
</style>