Shades of Sherpa Blue #004E53
Tints of Sherpa Blue #004E53
RGB
CMYK
RGB Variations
Color information
#004E53 (or 0x004E53) is known color: Sherpa Blue. HEX triplet: 00, 4E and 53. RGB value is (0,78,83). Sum of RGB (Red+Green+Blue) = 0+78+83=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #004E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E53 is #FFB1AC. Grayscale: #373737. Windows color (decimal): -16757165 or 5459456. OLE color: 5459456.
HSL color Cylindrical-coordinate representation of color #004E53: hue angle of 183.61º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E53 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 78 | 83 | - |
| CMYK | 1 | 0.06 | 0 | 0.67 |
| HSL | 183.61º | 1% | 0.16% | - |
| HSV(B) | 183.61º | 1% | 0.33% | - |
| XYZ | 4.29 | 6.07 | 9.13 | - |
| YUV | 55.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 83 | 1 | 0.06 | 0 | 0.67 | 183.61 | 1 | 0.16 |
| Hex | 0 | 4E | 53 | 64 | 6 | 0 | 43 | B8 | 64 | 10 |
| Octal | 0 | 116 | 123 | 144 | 6 | 0 | 103 | 270 | 144 | 20 |
| Binary | 0 | 1001110 | 1010011 | 1100100 | 110 | 0 | 1000011 | 10111000 | 1100100 | 10000 |
Color Harmonies of #004E53
Complementary color
Monochromatic Colors of #004E53
Black with #004E53
Text Example
Text Example
White with #004E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E53; }
p { color: rgb(0,78,83); }
H1.HeaderClassName
{
color: #004E53;
}
.AnyTagClassName
{
color: #004E53;
}
</style>
background-color css
<style>
a { background-color: #004E53; }
a { background-color: rgb(0,78,83); }
div.DivClassName
{
background-color: #004E53;
}
.BgClassName
{
background-color: #004E53;
}
</style>
border-color css
<style>
span { border-color: #004E53; }
span { border-color: rgb(0,78,83); }
td.TdClassName
{
border-color: #004E53;
}
.TagClassName
{
border-color: #004E53;
}
</style>