Shades of Blue Lagoon #005C71
Tints of Blue Lagoon #005C71
RGB
CMYK
RGB Variations
Color information
#005C71 (or 0x005C71) is known color: Blue Lagoon. HEX triplet: 00, 5C and 71. RGB value is (0,92,113). Sum of RGB (Red+Green+Blue) = 0+92+113=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #005C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005C71 is #FFA38E. Grayscale: #424242. Windows color (decimal): -16753551 or 7429120. OLE color: 7429120.
HSL color Cylindrical-coordinate representation of color #005C71: hue angle of 191.15º 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 #005C71 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 92 | 113 | - |
| CMYK | 1 | 0.19 | 0 | 0.56 |
| HSL | 191.15º | 1% | 0.22% | - |
| HSV(B) | 191.15º | 1% | 0.44% | - |
| XYZ | 6.81 | 8.85 | 16.97 | - |
| YUV | 66.89 | 154.02 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 113 | 1 | 0.19 | 0 | 0.56 | 191.15 | 1 | 0.22 |
| Hex | 0 | 5C | 71 | 64 | 13 | 0 | 38 | BF | 64 | 16 |
| Octal | 0 | 134 | 161 | 144 | 23 | 0 | 70 | 277 | 144 | 26 |
| Binary | 0 | 1011100 | 1110001 | 1100100 | 10011 | 0 | 111000 | 10111111 | 1100100 | 10110 |
Color Harmonies of #005C71
Complementary color
Monochromatic Colors of #005C71
Black with #005C71
Text Example
Text Example
White with #005C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C71; }
p { color: rgb(0,92,113); }
H1.HeaderClassName
{
color: #005C71;
}
.AnyTagClassName
{
color: #005C71;
}
</style>
background-color css
<style>
a { background-color: #005C71; }
a { background-color: rgb(0,92,113); }
div.DivClassName
{
background-color: #005C71;
}
.BgClassName
{
background-color: #005C71;
}
</style>
border-color css
<style>
span { border-color: #005C71; }
span { border-color: rgb(0,92,113); }
td.TdClassName
{
border-color: #005C71;
}
.TagClassName
{
border-color: #005C71;
}
</style>