Shades of Sherpa Blue #0A5252
Tints of Sherpa Blue #0A5252
RGB
CMYK
RGB Variations
Color information
#0A5252 (or 0x0A5252) is known color: Sherpa Blue. HEX triplet: 0A, 52 and 52. RGB value is (10,82,82). Sum of RGB (Red+Green+Blue) = 10+82+82=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #0A5252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5252 is #F5ADAD. Grayscale: #3C3C3C. Windows color (decimal): -16100782 or 5394954. OLE color: 5394954.
HSL color Cylindrical-coordinate representation of color #0A5252: hue angle of 180º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5252 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 82 | - |
| CMYK | 0.88 | 0 | 0 | 0.68 |
| HSL | 180º | 0.78% | 0.18% | - |
| HSV(B) | 180º | 0.88% | 0.32% | - |
| XYZ | 4.67 | 6.71 | 9.03 | - |
| YUV | 60.47 | 140.15 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 82 | 0.88 | 0 | 0 | 0.68 | 180 | 0.78 | 0.18 |
| Hex | A | 52 | 52 | 58 | 0 | 0 | 44 | B4 | 4E | 12 |
| Octal | 12 | 122 | 122 | 130 | 0 | 0 | 104 | 264 | 116 | 22 |
| Binary | 1010 | 1010010 | 1010010 | 1011000 | 0 | 0 | 1000100 | 10110100 | 1001110 | 10010 |
Color Harmonies of #0A5252
Complementary color
Monochromatic Colors of #0A5252
Black with #0A5252
Text Example
Text Example
White with #0A5252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5252; }
p { color: rgb(10,82,82); }
H1.HeaderClassName
{
color: #0A5252;
}
.AnyTagClassName
{
color: #0A5252;
}
</style>
background-color css
<style>
a { background-color: #0A5252; }
a { background-color: rgb(10,82,82); }
div.DivClassName
{
background-color: #0A5252;
}
.BgClassName
{
background-color: #0A5252;
}
</style>
border-color css
<style>
span { border-color: #0A5252; }
span { border-color: rgb(10,82,82); }
td.TdClassName
{
border-color: #0A5252;
}
.TagClassName
{
border-color: #0A5252;
}
</style>