Shades of Jewel #0A5640
Tints of Jewel #0A5640
RGB
CMYK
RGB Variations
Color information
#0A5640 (or 0x0A5640) is known color: Jewel. HEX triplet: 0A, 56 and 40. RGB value is (10,86,64). Sum of RGB (Red+Green+Blue) = 10+86+64=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #0A5640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5640 is #F5A9BF. Grayscale: #3C3C3C. Windows color (decimal): -16099776 or 4216330. OLE color: 4216330.
HSL color Cylindrical-coordinate representation of color #0A5640: hue angle of 162.63º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5640 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 86 | 64 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.66 |
| HSL | 162.63º | 0.79% | 0.19% | - |
| HSV(B) | 162.63º | 0.88% | 0.34% | - |
| XYZ | 4.38 | 7.09 | 5.99 | - |
| YUV | 60.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 86 | 64 | 0.88 | 0 | 0.26 | 0.66 | 162.63 | 0.79 | 0.19 |
| Hex | A | 56 | 40 | 58 | 0 | 1A | 42 | A3 | 4F | 13 |
| Octal | 12 | 126 | 100 | 130 | 0 | 32 | 102 | 243 | 117 | 23 |
| Binary | 1010 | 1010110 | 1000000 | 1011000 | 0 | 11010 | 1000010 | 10100011 | 1001111 | 10011 |
Color Harmonies of #0A5640
Complementary color
Monochromatic Colors of #0A5640
Black with #0A5640
Text Example
Text Example
White with #0A5640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5640; }
p { color: rgb(10,86,64); }
H1.HeaderClassName
{
color: #0A5640;
}
.AnyTagClassName
{
color: #0A5640;
}
</style>
background-color css
<style>
a { background-color: #0A5640; }
a { background-color: rgb(10,86,64); }
div.DivClassName
{
background-color: #0A5640;
}
.BgClassName
{
background-color: #0A5640;
}
</style>
border-color css
<style>
span { border-color: #0A5640; }
span { border-color: rgb(10,86,64); }
td.TdClassName
{
border-color: #0A5640;
}
.TagClassName
{
border-color: #0A5640;
}
</style>