Shades of Blue Lagoon #055A6E
Tints of Blue Lagoon #055A6E
RGB
CMYK
RGB Variations
Color information
#055A6E (or 0x055A6E) is known color: Blue Lagoon. HEX triplet: 05, 5A and 6E. RGB value is (5,90,110). Sum of RGB (Red+Green+Blue) = 5+90+110=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #055A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A6E is #FAA591. Grayscale: #424242. Windows color (decimal): -16426386 or 7232005. OLE color: 7232005.
HSL color Cylindrical-coordinate representation of color #055A6E: hue angle of 191.43º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055A6E is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 90 | 110 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.57 |
| HSL | 191.43º | 0.91% | 0.23% | - |
| HSV(B) | 191.43º | 0.95% | 0.43% | - |
| XYZ | 6.53 | 8.47 | 16.04 | - |
| YUV | 66.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 110 | 0.95 | 0.18 | 0 | 0.57 | 191.43 | 0.91 | 0.23 |
| Hex | 5 | 5A | 6E | 5F | 12 | 0 | 39 | BF | 5B | 17 |
| Octal | 5 | 132 | 156 | 137 | 22 | 0 | 71 | 277 | 133 | 27 |
| Binary | 101 | 1011010 | 1101110 | 1011111 | 10010 | 0 | 111001 | 10111111 | 1011011 | 10111 |
Color Harmonies of #055A6E
Complementary color
Monochromatic Colors of #055A6E
Black with #055A6E
Text Example
Text Example
White with #055A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A6E; }
p { color: rgb(5,90,110); }
H1.HeaderClassName
{
color: #055A6E;
}
.AnyTagClassName
{
color: #055A6E;
}
</style>
background-color css
<style>
a { background-color: #055A6E; }
a { background-color: rgb(5,90,110); }
div.DivClassName
{
background-color: #055A6E;
}
.BgClassName
{
background-color: #055A6E;
}
</style>
border-color css
<style>
span { border-color: #055A6E; }
span { border-color: rgb(5,90,110); }
td.TdClassName
{
border-color: #055A6E;
}
.TagClassName
{
border-color: #055A6E;
}
</style>