Shades of Blue Lagoon #055D80
Tints of Blue Lagoon #055D80
RGB
CMYK
RGB Variations
Color information
#055D80 (or 0x055D80) is known color: Blue Lagoon. HEX triplet: 05, 5D and 80. RGB value is (5,93,128). Sum of RGB (Red+Green+Blue) = 5+93+128=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #055D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055D80 is #FAA27F. Grayscale: #464646. Windows color (decimal): -16425600 or 8412421. OLE color: 8412421.
HSL color Cylindrical-coordinate representation of color #055D80: hue angle of 197.07º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055D80 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 93 | 128 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.50 |
| HSL | 197.07º | 0.92% | 0.26% | - |
| HSV(B) | 197.07º | 0.96% | 0.5% | - |
| XYZ | 7.87 | 9.42 | 21.83 | - |
| YUV | 70.68 | 160.35 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 128 | 0.96 | 0.27 | 0 | 0.50 | 197.07 | 0.92 | 0.26 |
| Hex | 5 | 5D | 80 | 60 | 1B | 0 | 32 | C5 | 5C | 1A |
| Octal | 5 | 135 | 200 | 140 | 33 | 0 | 62 | 305 | 134 | 32 |
| Binary | 101 | 1011101 | 10000000 | 1100000 | 11011 | 0 | 110010 | 11000101 | 1011100 | 11010 |
Color Harmonies of #055D80
Complementary color
Monochromatic Colors of #055D80
Black with #055D80
Text Example
Text Example
White with #055D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D80; }
p { color: rgb(5,93,128); }
H1.HeaderClassName
{
color: #055D80;
}
.AnyTagClassName
{
color: #055D80;
}
</style>
background-color css
<style>
a { background-color: #055D80; }
a { background-color: rgb(5,93,128); }
div.DivClassName
{
background-color: #055D80;
}
.BgClassName
{
background-color: #055D80;
}
</style>
border-color css
<style>
span { border-color: #055D80; }
span { border-color: rgb(5,93,128); }
td.TdClassName
{
border-color: #055D80;
}
.TagClassName
{
border-color: #055D80;
}
</style>