Shades of Jewel #08573F
Tints of Jewel #08573F
RGB
CMYK
RGB Variations
Color information
#08573F (or 0x08573F) is known color: Jewel. HEX triplet: 08, 57 and 3F. RGB value is (8,87,63). Sum of RGB (Red+Green+Blue) = 8+87+63=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #08573F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08573F is #F7A8C0. Grayscale: #3C3C3C. Windows color (decimal): -16230593 or 4151048. OLE color: 4151048.
HSL color Cylindrical-coordinate representation of color #08573F: hue angle of 161.77º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08573F is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 87 | 63 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.66 |
| HSL | 161.77º | 0.83% | 0.19% | - |
| HSV(B) | 161.77º | 0.91% | 0.34% | - |
| XYZ | 4.41 | 7.23 | 5.87 | - |
| YUV | 60.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 63 | 0.91 | 0 | 0.28 | 0.66 | 161.77 | 0.83 | 0.19 |
| Hex | 8 | 57 | 3F | 5B | 0 | 1C | 42 | A2 | 53 | 13 |
| Octal | 10 | 127 | 77 | 133 | 0 | 34 | 102 | 242 | 123 | 23 |
| Binary | 1000 | 1010111 | 111111 | 1011011 | 0 | 11100 | 1000010 | 10100010 | 1010011 | 10011 |
Color Harmonies of #08573F
Complementary color
Monochromatic Colors of #08573F
Black with #08573F
Text Example
Text Example
White with #08573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08573F; }
p { color: rgb(8,87,63); }
H1.HeaderClassName
{
color: #08573F;
}
.AnyTagClassName
{
color: #08573F;
}
</style>
background-color css
<style>
a { background-color: #08573F; }
a { background-color: rgb(8,87,63); }
div.DivClassName
{
background-color: #08573F;
}
.BgClassName
{
background-color: #08573F;
}
</style>
border-color css
<style>
span { border-color: #08573F; }
span { border-color: rgb(8,87,63); }
td.TdClassName
{
border-color: #08573F;
}
.TagClassName
{
border-color: #08573F;
}
</style>