Shades of Sherpa Blue #075053
Tints of Sherpa Blue #075053
RGB
CMYK
RGB Variations
Color information
#075053 (or 0x075053) is known color: Sherpa Blue. HEX triplet: 07, 50 and 53. RGB value is (7,80,83). Sum of RGB (Red+Green+Blue) = 7+80+83=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #075053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075053 is #F8AFAC. Grayscale: #3A3A3A. Windows color (decimal): -16297901 or 5459975. OLE color: 5459975.
HSL color Cylindrical-coordinate representation of color #075053: hue angle of 182.37º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075053 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 80 | 83 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.67 |
| HSL | 182.37º | 0.84% | 0.18% | - |
| HSV(B) | 182.37º | 0.92% | 0.33% | - |
| XYZ | 4.52 | 6.41 | 9.18 | - |
| YUV | 58.52 | 141.82 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 83 | 0.92 | 0.04 | 0 | 0.67 | 182.37 | 0.84 | 0.18 |
| Hex | 7 | 50 | 53 | 5C | 4 | 0 | 43 | B6 | 54 | 12 |
| Octal | 7 | 120 | 123 | 134 | 4 | 0 | 103 | 266 | 124 | 22 |
| Binary | 111 | 1010000 | 1010011 | 1011100 | 100 | 0 | 1000011 | 10110110 | 1010100 | 10010 |
Color Harmonies of #075053
Complementary color
Monochromatic Colors of #075053
Black with #075053
Text Example
Text Example
White with #075053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075053; }
p { color: rgb(7,80,83); }
H1.HeaderClassName
{
color: #075053;
}
.AnyTagClassName
{
color: #075053;
}
</style>
background-color css
<style>
a { background-color: #075053; }
a { background-color: rgb(7,80,83); }
div.DivClassName
{
background-color: #075053;
}
.BgClassName
{
background-color: #075053;
}
</style>
border-color css
<style>
span { border-color: #075053; }
span { border-color: rgb(7,80,83); }
td.TdClassName
{
border-color: #075053;
}
.TagClassName
{
border-color: #075053;
}
</style>