Shades of Sherpa Blue #053D52
Tints of Sherpa Blue #053D52
RGB
CMYK
RGB Variations
Color information
#053D52 (or 0x053D52) is known color: Sherpa Blue. HEX triplet: 05, 3D and 52. RGB value is (5,61,82). Sum of RGB (Red+Green+Blue) = 5+61+82=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #053D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D52 is #FAC2AD. Grayscale: #2E2E2E. Windows color (decimal): -16433838 or 5389573. OLE color: 5389573.
HSL color Cylindrical-coordinate representation of color #053D52: hue angle of 196.36º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053D52 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 61 | 82 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.68 |
| HSL | 196.36º | 0.89% | 0.17% | - |
| HSV(B) | 196.36º | 0.94% | 0.32% | - |
| XYZ | 3.25 | 3.98 | 8.58 | - |
| YUV | 46.65 | 147.95 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 82 | 0.94 | 0.26 | 0 | 0.68 | 196.36 | 0.89 | 0.17 |
| Hex | 5 | 3D | 52 | 5E | 1A | 0 | 44 | C4 | 59 | 11 |
| Octal | 5 | 75 | 122 | 136 | 32 | 0 | 104 | 304 | 131 | 21 |
| Binary | 101 | 111101 | 1010010 | 1011110 | 11010 | 0 | 1000100 | 11000100 | 1011001 | 10001 |
Color Harmonies of #053D52
Complementary color
Monochromatic Colors of #053D52
Black with #053D52
Text Example
Text Example
White with #053D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D52; }
p { color: rgb(5,61,82); }
H1.HeaderClassName
{
color: #053D52;
}
.AnyTagClassName
{
color: #053D52;
}
</style>
background-color css
<style>
a { background-color: #053D52; }
a { background-color: rgb(5,61,82); }
div.DivClassName
{
background-color: #053D52;
}
.BgClassName
{
background-color: #053D52;
}
</style>
border-color css
<style>
span { border-color: #053D52; }
span { border-color: rgb(5,61,82); }
td.TdClassName
{
border-color: #053D52;
}
.TagClassName
{
border-color: #053D52;
}
</style>