Shades of Blue Lagoon #005A71
Tints of Blue Lagoon #005A71
RGB
CMYK
RGB Variations
Color information
#005A71 (or 0x005A71) is known color: Blue Lagoon. HEX triplet: 00, 5A and 71. RGB value is (0,90,113). Sum of RGB (Red+Green+Blue) = 0+90+113=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #005A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A71 is #FFA58E. Grayscale: #414141. Windows color (decimal): -16754063 or 7428608. OLE color: 7428608.
HSL color Cylindrical-coordinate representation of color #005A71: hue angle of 192.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A71 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 90 | 113 | - |
| CMYK | 1 | 0.20 | 0 | 0.56 |
| HSL | 192.21º | 1% | 0.22% | - |
| HSV(B) | 192.21º | 1% | 0.44% | - |
| XYZ | 6.64 | 8.5 | 16.91 | - |
| YUV | 65.71 | 154.68 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 113 | 1 | 0.20 | 0 | 0.56 | 192.21 | 1 | 0.22 |
| Hex | 0 | 5A | 71 | 64 | 14 | 0 | 38 | C0 | 64 | 16 |
| Octal | 0 | 132 | 161 | 144 | 24 | 0 | 70 | 300 | 144 | 26 |
| Binary | 0 | 1011010 | 1110001 | 1100100 | 10100 | 0 | 111000 | 11000000 | 1100100 | 10110 |
Color Harmonies of #005A71
Complementary color
Monochromatic Colors of #005A71
Black with #005A71
Text Example
Text Example
White with #005A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A71; }
p { color: rgb(0,90,113); }
H1.HeaderClassName
{
color: #005A71;
}
.AnyTagClassName
{
color: #005A71;
}
</style>
background-color css
<style>
a { background-color: #005A71; }
a { background-color: rgb(0,90,113); }
div.DivClassName
{
background-color: #005A71;
}
.BgClassName
{
background-color: #005A71;
}
</style>
border-color css
<style>
span { border-color: #005A71; }
span { border-color: rgb(0,90,113); }
td.TdClassName
{
border-color: #005A71;
}
.TagClassName
{
border-color: #005A71;
}
</style>