Shades of Blue Lagoon #05576D
Tints of Blue Lagoon #05576D
RGB
CMYK
RGB Variations
Color information
#05576D (or 0x05576D) is known color: Blue Lagoon. HEX triplet: 05, 57 and 6D. RGB value is (5,87,109). Sum of RGB (Red+Green+Blue) = 5+87+109=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #05576D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05576D is #FAA892. Grayscale: #404040. Windows color (decimal): -16427155 or 7165701. OLE color: 7165701.
HSL color Cylindrical-coordinate representation of color #05576D: hue angle of 192.69º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05576D is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 87 | 109 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.57 |
| HSL | 192.69º | 0.91% | 0.22% | - |
| HSV(B) | 192.69º | 0.95% | 0.43% | - |
| XYZ | 6.23 | 7.95 | 15.67 | - |
| YUV | 64.99 | 152.83 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 109 | 0.95 | 0.20 | 0 | 0.57 | 192.69 | 0.91 | 0.22 |
| Hex | 5 | 57 | 6D | 5F | 14 | 0 | 39 | C1 | 5B | 16 |
| Octal | 5 | 127 | 155 | 137 | 24 | 0 | 71 | 301 | 133 | 26 |
| Binary | 101 | 1010111 | 1101101 | 1011111 | 10100 | 0 | 111001 | 11000001 | 1011011 | 10110 |
Color Harmonies of #05576D
Complementary color
Monochromatic Colors of #05576D
Black with #05576D
Text Example
Text Example
White with #05576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05576D; }
p { color: rgb(5,87,109); }
H1.HeaderClassName
{
color: #05576D;
}
.AnyTagClassName
{
color: #05576D;
}
</style>
background-color css
<style>
a { background-color: #05576D; }
a { background-color: rgb(5,87,109); }
div.DivClassName
{
background-color: #05576D;
}
.BgClassName
{
background-color: #05576D;
}
</style>
border-color css
<style>
span { border-color: #05576D; }
span { border-color: rgb(5,87,109); }
td.TdClassName
{
border-color: #05576D;
}
.TagClassName
{
border-color: #05576D;
}
</style>