Shades of Jewel #05603E
Tints of Jewel #05603E
RGB
CMYK
RGB Variations
Color information
#05603E (or 0x05603E) is known color: Jewel. HEX triplet: 05, 60 and 3E. RGB value is (5,96,62). Sum of RGB (Red+Green+Blue) = 5+96+62=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #05603E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05603E is #FA9FC1. Grayscale: #404040. Windows color (decimal): -16424898 or 4087813. OLE color: 4087813.
HSL color Cylindrical-coordinate representation of color #05603E: hue angle of 157.58º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05603E is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 96 | 62 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.62 |
| HSL | 157.58º | 0.9% | 0.2% | - |
| HSV(B) | 157.58º | 0.95% | 0.38% | - |
| XYZ | 5.11 | 8.75 | 5.98 | - |
| YUV | 64.92 | 126.35 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 62 | 0.95 | 0 | 0.35 | 0.62 | 157.58 | 0.9 | 0.2 |
| Hex | 5 | 60 | 3E | 5F | 0 | 23 | 3E | 9E | 5A | 14 |
| Octal | 5 | 140 | 76 | 137 | 0 | 43 | 76 | 236 | 132 | 24 |
| Binary | 101 | 1100000 | 111110 | 1011111 | 0 | 100011 | 111110 | 10011110 | 1011010 | 10100 |
Color Harmonies of #05603E
Complementary color
Monochromatic Colors of #05603E
Black with #05603E
Text Example
Text Example
White with #05603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05603E; }
p { color: rgb(5,96,62); }
H1.HeaderClassName
{
color: #05603E;
}
.AnyTagClassName
{
color: #05603E;
}
</style>
background-color css
<style>
a { background-color: #05603E; }
a { background-color: rgb(5,96,62); }
div.DivClassName
{
background-color: #05603E;
}
.BgClassName
{
background-color: #05603E;
}
</style>
border-color css
<style>
span { border-color: #05603E; }
span { border-color: rgb(5,96,62); }
td.TdClassName
{
border-color: #05603E;
}
.TagClassName
{
border-color: #05603E;
}
</style>