Shades of Sherpa Blue #0A5255
Tints of Sherpa Blue #0A5255
RGB
CMYK
RGB Variations
Color information
#0A5255 (or 0x0A5255) is known color: Sherpa Blue. HEX triplet: 0A, 52 and 55. RGB value is (10,82,85). Sum of RGB (Red+Green+Blue) = 10+82+85=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A5255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5255 is #F5ADAA. Grayscale: #3C3C3C. Windows color (decimal): -16100779 or 5591562. OLE color: 5591562.
HSL color Cylindrical-coordinate representation of color #0A5255: hue angle of 182.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5255 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 82 | 85 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.67 |
| HSL | 182.4º | 0.79% | 0.19% | - |
| HSV(B) | 182.4º | 0.88% | 0.33% | - |
| XYZ | 4.78 | 6.75 | 9.65 | - |
| YUV | 60.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 85 | 0.88 | 0.04 | 0 | 0.67 | 182.4 | 0.79 | 0.19 |
| Hex | A | 52 | 55 | 58 | 4 | 0 | 43 | B6 | 4F | 13 |
| Octal | 12 | 122 | 125 | 130 | 4 | 0 | 103 | 266 | 117 | 23 |
| Binary | 1010 | 1010010 | 1010101 | 1011000 | 100 | 0 | 1000011 | 10110110 | 1001111 | 10011 |
Color Harmonies of #0A5255
Complementary color
Monochromatic Colors of #0A5255
Black with #0A5255
Text Example
Text Example
White with #0A5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5255; }
p { color: rgb(10,82,85); }
H1.HeaderClassName
{
color: #0A5255;
}
.AnyTagClassName
{
color: #0A5255;
}
</style>
background-color css
<style>
a { background-color: #0A5255; }
a { background-color: rgb(10,82,85); }
div.DivClassName
{
background-color: #0A5255;
}
.BgClassName
{
background-color: #0A5255;
}
</style>
border-color css
<style>
span { border-color: #0A5255; }
span { border-color: rgb(10,82,85); }
td.TdClassName
{
border-color: #0A5255;
}
.TagClassName
{
border-color: #0A5255;
}
</style>