Shades of Sherpa Blue #053F4B
Tints of Sherpa Blue #053F4B
RGB
CMYK
RGB Variations
Color information
#053F4B (or 0x053F4B) is known color: Sherpa Blue. HEX triplet: 05, 3F and 4B. RGB value is (5,63,75). Sum of RGB (Red+Green+Blue) = 5+63+75=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #053F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F4B is #FAC0B4. Grayscale: #2E2E2E. Windows color (decimal): -16433333 or 4931333. OLE color: 4931333.
HSL color Cylindrical-coordinate representation of color #053F4B: hue angle of 190.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053F4B is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 63 | 75 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.71 |
| HSL | 190.29º | 0.88% | 0.16% | - |
| HSV(B) | 190.29º | 0.93% | 0.29% | - |
| XYZ | 3.11 | 4.1 | 7.28 | - |
| YUV | 47.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 75 | 0.93 | 0.16 | 0 | 0.71 | 190.29 | 0.88 | 0.16 |
| Hex | 5 | 3F | 4B | 5D | 10 | 0 | 47 | BE | 58 | 10 |
| Octal | 5 | 77 | 113 | 135 | 20 | 0 | 107 | 276 | 130 | 20 |
| Binary | 101 | 111111 | 1001011 | 1011101 | 10000 | 0 | 1000111 | 10111110 | 1011000 | 10000 |
Color Harmonies of #053F4B
Complementary color
Monochromatic Colors of #053F4B
Black with #053F4B
Text Example
Text Example
White with #053F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F4B; }
p { color: rgb(5,63,75); }
H1.HeaderClassName
{
color: #053F4B;
}
.AnyTagClassName
{
color: #053F4B;
}
</style>
background-color css
<style>
a { background-color: #053F4B; }
a { background-color: rgb(5,63,75); }
div.DivClassName
{
background-color: #053F4B;
}
.BgClassName
{
background-color: #053F4B;
}
</style>
border-color css
<style>
span { border-color: #053F4B; }
span { border-color: rgb(5,63,75); }
td.TdClassName
{
border-color: #053F4B;
}
.TagClassName
{
border-color: #053F4B;
}
</style>