Shades of Sherpa Blue #0A5253
Tints of Sherpa Blue #0A5253
RGB
CMYK
RGB Variations
Color information
#0A5253 (or 0x0A5253) is known color: Sherpa Blue. HEX triplet: 0A, 52 and 53. RGB value is (10,82,83). Sum of RGB (Red+Green+Blue) = 10+82+83=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A5253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5253 is #F5ADAC. Grayscale: #3C3C3C. Windows color (decimal): -16100781 or 5460490. OLE color: 5460490.
HSL color Cylindrical-coordinate representation of color #0A5253: hue angle of 180.82º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5253 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 82 | 83 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.67 |
| HSL | 180.82º | 0.78% | 0.18% | - |
| HSV(B) | 180.82º | 0.88% | 0.33% | - |
| XYZ | 4.7 | 6.72 | 9.23 | - |
| YUV | 60.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 83 | 0.88 | 0.01 | 0 | 0.67 | 180.82 | 0.78 | 0.18 |
| Hex | A | 52 | 53 | 58 | 1 | 0 | 43 | B5 | 4E | 12 |
| Octal | 12 | 122 | 123 | 130 | 1 | 0 | 103 | 265 | 116 | 22 |
| Binary | 1010 | 1010010 | 1010011 | 1011000 | 1 | 0 | 1000011 | 10110101 | 1001110 | 10010 |
Color Harmonies of #0A5253
Complementary color
Monochromatic Colors of #0A5253
Black with #0A5253
Text Example
Text Example
White with #0A5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5253; }
p { color: rgb(10,82,83); }
H1.HeaderClassName
{
color: #0A5253;
}
.AnyTagClassName
{
color: #0A5253;
}
</style>
background-color css
<style>
a { background-color: #0A5253; }
a { background-color: rgb(10,82,83); }
div.DivClassName
{
background-color: #0A5253;
}
.BgClassName
{
background-color: #0A5253;
}
</style>
border-color css
<style>
span { border-color: #0A5253; }
span { border-color: rgb(10,82,83); }
td.TdClassName
{
border-color: #0A5253;
}
.TagClassName
{
border-color: #0A5253;
}
</style>