Shades of Sherpa Blue #053B43
Tints of Sherpa Blue #053B43
RGB
CMYK
RGB Variations
Color information
#053B43 (or 0x053B43) is known color: Sherpa Blue. HEX triplet: 05, 3B and 43. RGB value is (5,59,67). Sum of RGB (Red+Green+Blue) = 5+59+67=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #053B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B43 is #FAC4BC. Grayscale: #2B2B2B. Windows color (decimal): -16434365 or 4406021. OLE color: 4406021.
HSL color Cylindrical-coordinate representation of color #053B43: hue angle of 187.74º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053B43 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 59 | 67 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.74 |
| HSL | 187.74º | 0.86% | 0.14% | - |
| HSV(B) | 187.74º | 0.93% | 0.26% | - |
| XYZ | 2.64 | 3.57 | 5.86 | - |
| YUV | 43.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 67 | 0.93 | 0.12 | 0 | 0.74 | 187.74 | 0.86 | 0.14 |
| Hex | 5 | 3B | 43 | 5D | C | 0 | 4A | BC | 56 | E |
| Octal | 5 | 73 | 103 | 135 | 14 | 0 | 112 | 274 | 126 | 16 |
| Binary | 101 | 111011 | 1000011 | 1011101 | 1100 | 0 | 1001010 | 10111100 | 1010110 | 1110 |
Color Harmonies of #053B43
Complementary color
Monochromatic Colors of #053B43
Black with #053B43
Text Example
Text Example
White with #053B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B43; }
p { color: rgb(5,59,67); }
H1.HeaderClassName
{
color: #053B43;
}
.AnyTagClassName
{
color: #053B43;
}
</style>
background-color css
<style>
a { background-color: #053B43; }
a { background-color: rgb(5,59,67); }
div.DivClassName
{
background-color: #053B43;
}
.BgClassName
{
background-color: #053B43;
}
</style>
border-color css
<style>
span { border-color: #053B43; }
span { border-color: rgb(5,59,67); }
td.TdClassName
{
border-color: #053B43;
}
.TagClassName
{
border-color: #053B43;
}
</style>