Shades of Blue Lagoon #055370
Tints of Blue Lagoon #055370
RGB
CMYK
RGB Variations
Color information
#055370 (or 0x055370) is known color: Blue Lagoon. HEX triplet: 05, 53 and 70. RGB value is (5,83,112). Sum of RGB (Red+Green+Blue) = 5+83+112=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #055370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055370 is #FAAC8F. Grayscale: #3E3E3E. Windows color (decimal): -16428176 or 7361285. OLE color: 7361285.
HSL color Cylindrical-coordinate representation of color #055370: hue angle of 196.26º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055370 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 83 | 112 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.56 |
| HSL | 196.26º | 0.91% | 0.23% | - |
| HSV(B) | 196.26º | 0.96% | 0.44% | - |
| XYZ | 6.08 | 7.39 | 16.43 | - |
| YUV | 62.98 | 155.66 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 112 | 0.96 | 0.26 | 0 | 0.56 | 196.26 | 0.91 | 0.23 |
| Hex | 5 | 53 | 70 | 60 | 1A | 0 | 38 | C4 | 5B | 17 |
| Octal | 5 | 123 | 160 | 140 | 32 | 0 | 70 | 304 | 133 | 27 |
| Binary | 101 | 1010011 | 1110000 | 1100000 | 11010 | 0 | 111000 | 11000100 | 1011011 | 10111 |
Color Harmonies of #055370
Complementary color
Monochromatic Colors of #055370
Black with #055370
Text Example
Text Example
White with #055370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055370; }
p { color: rgb(5,83,112); }
H1.HeaderClassName
{
color: #055370;
}
.AnyTagClassName
{
color: #055370;
}
</style>
background-color css
<style>
a { background-color: #055370; }
a { background-color: rgb(5,83,112); }
div.DivClassName
{
background-color: #055370;
}
.BgClassName
{
background-color: #055370;
}
</style>
border-color css
<style>
span { border-color: #055370; }
span { border-color: rgb(5,83,112); }
td.TdClassName
{
border-color: #055370;
}
.TagClassName
{
border-color: #055370;
}
</style>