Shades of Sherpa Blue #045053
Tints of Sherpa Blue #045053
RGB
CMYK
RGB Variations
Color information
#045053 (or 0x045053) is known color: Sherpa Blue. HEX triplet: 04, 50 and 53. RGB value is (4,80,83). Sum of RGB (Red+Green+Blue) = 4+80+83=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #045053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045053 is #FBAFAC. Grayscale: #393939. Windows color (decimal): -16494509 or 5459972. OLE color: 5459972.
HSL color Cylindrical-coordinate representation of color #045053: hue angle of 182.28º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045053 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 80 | 83 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.67 |
| HSL | 182.28º | 0.91% | 0.17% | - |
| HSV(B) | 182.28º | 0.95% | 0.33% | - |
| XYZ | 4.48 | 6.39 | 9.18 | - |
| YUV | 57.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 83 | 0.95 | 0.04 | 0 | 0.67 | 182.28 | 0.91 | 0.17 |
| Hex | 4 | 50 | 53 | 5F | 4 | 0 | 43 | B6 | 5B | 11 |
| Octal | 4 | 120 | 123 | 137 | 4 | 0 | 103 | 266 | 133 | 21 |
| Binary | 100 | 1010000 | 1010011 | 1011111 | 100 | 0 | 1000011 | 10110110 | 1011011 | 10001 |
Color Harmonies of #045053
Complementary color
Monochromatic Colors of #045053
Black with #045053
Text Example
Text Example
White with #045053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045053; }
p { color: rgb(4,80,83); }
H1.HeaderClassName
{
color: #045053;
}
.AnyTagClassName
{
color: #045053;
}
</style>
background-color css
<style>
a { background-color: #045053; }
a { background-color: rgb(4,80,83); }
div.DivClassName
{
background-color: #045053;
}
.BgClassName
{
background-color: #045053;
}
</style>
border-color css
<style>
span { border-color: #045053; }
span { border-color: rgb(4,80,83); }
td.TdClassName
{
border-color: #045053;
}
.TagClassName
{
border-color: #045053;
}
</style>