Shades of Sherpa Blue #0A5258
Tints of Sherpa Blue #0A5258
RGB
CMYK
RGB Variations
Color information
#0A5258 (or 0x0A5258) is known color: Sherpa Blue. HEX triplet: 0A, 52 and 58. RGB value is (10,82,88). Sum of RGB (Red+Green+Blue) = 10+82+88=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #0A5258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5258 is #F5ADA7. Grayscale: #3D3D3D. Windows color (decimal): -16100776 or 5788170. OLE color: 5788170.
HSL color Cylindrical-coordinate representation of color #0A5258: hue angle of 184.62º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5258 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 82 | 88 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.65 |
| HSL | 184.62º | 0.8% | 0.19% | - |
| HSV(B) | 184.62º | 0.89% | 0.35% | - |
| XYZ | 4.9 | 6.8 | 10.29 | - |
| YUV | 61.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 88 | 0.89 | 0.07 | 0 | 0.65 | 184.62 | 0.8 | 0.19 |
| Hex | A | 52 | 58 | 59 | 7 | 0 | 41 | B9 | 50 | 13 |
| Octal | 12 | 122 | 130 | 131 | 7 | 0 | 101 | 271 | 120 | 23 |
| Binary | 1010 | 1010010 | 1011000 | 1011001 | 111 | 0 | 1000001 | 10111001 | 1010000 | 10011 |
Color Harmonies of #0A5258
Complementary color
Monochromatic Colors of #0A5258
Black with #0A5258
Text Example
Text Example
White with #0A5258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5258; }
p { color: rgb(10,82,88); }
H1.HeaderClassName
{
color: #0A5258;
}
.AnyTagClassName
{
color: #0A5258;
}
</style>
background-color css
<style>
a { background-color: #0A5258; }
a { background-color: rgb(10,82,88); }
div.DivClassName
{
background-color: #0A5258;
}
.BgClassName
{
background-color: #0A5258;
}
</style>
border-color css
<style>
span { border-color: #0A5258; }
span { border-color: rgb(10,82,88); }
td.TdClassName
{
border-color: #0A5258;
}
.TagClassName
{
border-color: #0A5258;
}
</style>