Shades of Sherpa Blue #004C5C
Tints of Sherpa Blue #004C5C
RGB
CMYK
RGB Variations
Color information
#004C5C (or 0x004C5C) is known color: Sherpa Blue. HEX triplet: 00, 4C and 5C. RGB value is (0,76,92). Sum of RGB (Red+Green+Blue) = 0+76+92=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #004C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C5C is #FFB3A3. Grayscale: #363636. Windows color (decimal): -16757668 or 6048768. OLE color: 6048768.
HSL color Cylindrical-coordinate representation of color #004C5C: hue angle of 190.43º 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 #004C5C is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 76 | 92 | - |
| CMYK | 1 | 0.17 | 0 | 0.64 |
| HSL | 190.43º | 1% | 0.18% | - |
| HSV(B) | 190.43º | 1% | 0.36% | - |
| XYZ | 4.52 | 5.94 | 11.03 | - |
| YUV | 55.1 | 148.82 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 92 | 1 | 0.17 | 0 | 0.64 | 190.43 | 1 | 0.18 |
| Hex | 0 | 4C | 5C | 64 | 11 | 0 | 40 | BE | 64 | 12 |
| Octal | 0 | 114 | 134 | 144 | 21 | 0 | 100 | 276 | 144 | 22 |
| Binary | 0 | 1001100 | 1011100 | 1100100 | 10001 | 0 | 1000000 | 10111110 | 1100100 | 10010 |
Color Harmonies of #004C5C
Complementary color
Monochromatic Colors of #004C5C
Black with #004C5C
Text Example
Text Example
White with #004C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C5C; }
p { color: rgb(0,76,92); }
H1.HeaderClassName
{
color: #004C5C;
}
.AnyTagClassName
{
color: #004C5C;
}
</style>
background-color css
<style>
a { background-color: #004C5C; }
a { background-color: rgb(0,76,92); }
div.DivClassName
{
background-color: #004C5C;
}
.BgClassName
{
background-color: #004C5C;
}
</style>
border-color css
<style>
span { border-color: #004C5C; }
span { border-color: rgb(0,76,92); }
td.TdClassName
{
border-color: #004C5C;
}
.TagClassName
{
border-color: #004C5C;
}
</style>