Shades of Sherpa Blue #004C5D
Tints of Sherpa Blue #004C5D
RGB
CMYK
RGB Variations
Color information
#004C5D (or 0x004C5D) is known color: Sherpa Blue. HEX triplet: 00, 4C and 5D. RGB value is (0,76,93). Sum of RGB (Red+Green+Blue) = 0+76+93=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #004C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C5D is #FFB3A2. Grayscale: #373737. Windows color (decimal): -16757667 or 6114304. OLE color: 6114304.
HSL color Cylindrical-coordinate representation of color #004C5D: hue angle of 190.97º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C5D is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 76 | 93 | - |
| CMYK | 1 | 0.18 | 0 | 0.64 |
| HSL | 190.97º | 1% | 0.18% | - |
| HSV(B) | 190.97º | 1% | 0.36% | - |
| XYZ | 4.56 | 5.96 | 11.27 | - |
| YUV | 55.21 | 149.32 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 93 | 1 | 0.18 | 0 | 0.64 | 190.97 | 1 | 0.18 |
| Hex | 0 | 4C | 5D | 64 | 12 | 0 | 40 | BF | 64 | 12 |
| Octal | 0 | 114 | 135 | 144 | 22 | 0 | 100 | 277 | 144 | 22 |
| Binary | 0 | 1001100 | 1011101 | 1100100 | 10010 | 0 | 1000000 | 10111111 | 1100100 | 10010 |
Color Harmonies of #004C5D
Complementary color
Monochromatic Colors of #004C5D
Black with #004C5D
Text Example
Text Example
White with #004C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C5D; }
p { color: rgb(0,76,93); }
H1.HeaderClassName
{
color: #004C5D;
}
.AnyTagClassName
{
color: #004C5D;
}
</style>
background-color css
<style>
a { background-color: #004C5D; }
a { background-color: rgb(0,76,93); }
div.DivClassName
{
background-color: #004C5D;
}
.BgClassName
{
background-color: #004C5D;
}
</style>
border-color css
<style>
span { border-color: #004C5D; }
span { border-color: rgb(0,76,93); }
td.TdClassName
{
border-color: #004C5D;
}
.TagClassName
{
border-color: #004C5D;
}
</style>