Shades of Jewel #05633E
Tints of Jewel #05633E
RGB
CMYK
RGB Variations
Color information
#05633E (or 0x05633E) is known color: Jewel. HEX triplet: 05, 63 and 3E. RGB value is (5,99,62). Sum of RGB (Red+Green+Blue) = 5+99+62=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #05633E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05633E is #FA9CC1. Grayscale: #424242. Windows color (decimal): -16424130 or 4088581. OLE color: 4088581.
HSL color Cylindrical-coordinate representation of color #05633E: hue angle of 156.38º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05633E is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 99 | 62 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.61 |
| HSL | 156.38º | 0.9% | 0.2% | - |
| HSV(B) | 156.38º | 0.95% | 0.39% | - |
| XYZ | 5.39 | 9.3 | 6.07 | - |
| YUV | 66.68 | 125.36 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 99 | 62 | 0.95 | 0 | 0.37 | 0.61 | 156.38 | 0.9 | 0.2 |
| Hex | 5 | 63 | 3E | 5F | 0 | 25 | 3D | 9C | 5A | 14 |
| Octal | 5 | 143 | 76 | 137 | 0 | 45 | 75 | 234 | 132 | 24 |
| Binary | 101 | 1100011 | 111110 | 1011111 | 0 | 100101 | 111101 | 10011100 | 1011010 | 10100 |
Color Harmonies of #05633E
Complementary color
Monochromatic Colors of #05633E
Black with #05633E
Text Example
Text Example
White with #05633E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05633E; }
p { color: rgb(5,99,62); }
H1.HeaderClassName
{
color: #05633E;
}
.AnyTagClassName
{
color: #05633E;
}
</style>
background-color css
<style>
a { background-color: #05633E; }
a { background-color: rgb(5,99,62); }
div.DivClassName
{
background-color: #05633E;
}
.BgClassName
{
background-color: #05633E;
}
</style>
border-color css
<style>
span { border-color: #05633E; }
span { border-color: rgb(5,99,62); }
td.TdClassName
{
border-color: #05633E;
}
.TagClassName
{
border-color: #05633E;
}
</style>