Shades of Blue Lagoon #055A68
Tints of Blue Lagoon #055A68
RGB
CMYK
RGB Variations
Color information
#055A68 (or 0x055A68) is known color: Blue Lagoon. HEX triplet: 05, 5A and 68. RGB value is (5,90,104). Sum of RGB (Red+Green+Blue) = 5+90+104=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #055A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A68 is #FAA597. Grayscale: #424242. Windows color (decimal): -16426392 or 6838789. OLE color: 6838789.
HSL color Cylindrical-coordinate representation of color #055A68: hue angle of 188.48º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055A68 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 90 | 104 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.59 |
| HSL | 188.48º | 0.91% | 0.21% | - |
| HSV(B) | 188.48º | 0.95% | 0.41% | - |
| XYZ | 6.22 | 8.34 | 14.38 | - |
| YUV | 66.18 | 149.34 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 104 | 0.95 | 0.13 | 0 | 0.59 | 188.48 | 0.91 | 0.21 |
| Hex | 5 | 5A | 68 | 5F | D | 0 | 3B | BC | 5B | 15 |
| Octal | 5 | 132 | 150 | 137 | 15 | 0 | 73 | 274 | 133 | 25 |
| Binary | 101 | 1011010 | 1101000 | 1011111 | 1101 | 0 | 111011 | 10111100 | 1011011 | 10101 |
Color Harmonies of #055A68
Complementary color
Monochromatic Colors of #055A68
Black with #055A68
Text Example
Text Example
White with #055A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A68; }
p { color: rgb(5,90,104); }
H1.HeaderClassName
{
color: #055A68;
}
.AnyTagClassName
{
color: #055A68;
}
</style>
background-color css
<style>
a { background-color: #055A68; }
a { background-color: rgb(5,90,104); }
div.DivClassName
{
background-color: #055A68;
}
.BgClassName
{
background-color: #055A68;
}
</style>
border-color css
<style>
span { border-color: #055A68; }
span { border-color: rgb(5,90,104); }
td.TdClassName
{
border-color: #055A68;
}
.TagClassName
{
border-color: #055A68;
}
</style>