Shades of Sherpa Blue #0A5350
Tints of Sherpa Blue #0A5350
RGB
CMYK
RGB Variations
Color information
#0A5350 (or 0x0A5350) is known color: Sherpa Blue. HEX triplet: 0A, 53 and 50. RGB value is (10,83,80). Sum of RGB (Red+Green+Blue) = 10+83+80=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5350 is #F5ACAF. Grayscale: #3C3C3C. Windows color (decimal): -16100528 or 5264138. OLE color: 5264138.
HSL color Cylindrical-coordinate representation of color #0A5350: hue angle of 177.53º 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 #0A5350 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 83 | 80 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.67 |
| HSL | 177.53º | 0.78% | 0.18% | - |
| HSV(B) | 177.53º | 0.88% | 0.33% | - |
| XYZ | 4.67 | 6.83 | 8.66 | - |
| YUV | 60.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 83 | 80 | 0.88 | 0 | 0.04 | 0.67 | 177.53 | 0.78 | 0.18 |
| Hex | A | 53 | 50 | 58 | 0 | 4 | 43 | B2 | 4E | 12 |
| Octal | 12 | 123 | 120 | 130 | 0 | 4 | 103 | 262 | 116 | 22 |
| Binary | 1010 | 1010011 | 1010000 | 1011000 | 0 | 100 | 1000011 | 10110010 | 1001110 | 10010 |
Color Harmonies of #0A5350
Complementary color
Monochromatic Colors of #0A5350
Black with #0A5350
Text Example
Text Example
White with #0A5350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5350; }
p { color: rgb(10,83,80); }
H1.HeaderClassName
{
color: #0A5350;
}
.AnyTagClassName
{
color: #0A5350;
}
</style>
background-color css
<style>
a { background-color: #0A5350; }
a { background-color: rgb(10,83,80); }
div.DivClassName
{
background-color: #0A5350;
}
.BgClassName
{
background-color: #0A5350;
}
</style>
border-color css
<style>
span { border-color: #0A5350; }
span { border-color: rgb(10,83,80); }
td.TdClassName
{
border-color: #0A5350;
}
.TagClassName
{
border-color: #0A5350;
}
</style>