Shades of Blue Lagoon #055168
Tints of Blue Lagoon #055168
RGB
CMYK
RGB Variations
Color information
#055168 (or 0x055168) is known color: Blue Lagoon. HEX triplet: 05, 51 and 68. RGB value is (5,81,104). Sum of RGB (Red+Green+Blue) = 5+81+104=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #055168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055168 is #FAAE97. Grayscale: #3C3C3C. Windows color (decimal): -16428696 or 6836485. OLE color: 6836485.
HSL color Cylindrical-coordinate representation of color #055168: hue angle of 193.94º 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 #055168 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 81 | 104 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.59 |
| HSL | 193.94º | 0.91% | 0.21% | - |
| HSV(B) | 193.94º | 0.95% | 0.41% | - |
| XYZ | 5.5 | 6.92 | 14.14 | - |
| YUV | 60.9 | 152.32 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 104 | 0.95 | 0.22 | 0 | 0.59 | 193.94 | 0.91 | 0.21 |
| Hex | 5 | 51 | 68 | 5F | 16 | 0 | 3B | C2 | 5B | 15 |
| Octal | 5 | 121 | 150 | 137 | 26 | 0 | 73 | 302 | 133 | 25 |
| Binary | 101 | 1010001 | 1101000 | 1011111 | 10110 | 0 | 111011 | 11000010 | 1011011 | 10101 |
Color Harmonies of #055168
Complementary color
Monochromatic Colors of #055168
Black with #055168
Text Example
Text Example
White with #055168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055168; }
p { color: rgb(5,81,104); }
H1.HeaderClassName
{
color: #055168;
}
.AnyTagClassName
{
color: #055168;
}
</style>
background-color css
<style>
a { background-color: #055168; }
a { background-color: rgb(5,81,104); }
div.DivClassName
{
background-color: #055168;
}
.BgClassName
{
background-color: #055168;
}
</style>
border-color css
<style>
span { border-color: #055168; }
span { border-color: rgb(5,81,104); }
td.TdClassName
{
border-color: #055168;
}
.TagClassName
{
border-color: #055168;
}
</style>