Shades of Jewel #05633B
Tints of Jewel #05633B
RGB
CMYK
RGB Variations
Color information
#05633B (or 0x05633B) is known color: Jewel. HEX triplet: 05, 63 and 3B. RGB value is (5,99,59). Sum of RGB (Red+Green+Blue) = 5+99+59=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #05633B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05633B is #FA9CC4. Grayscale: #424242. Windows color (decimal): -16424133 or 3891973. OLE color: 3891973.
HSL color Cylindrical-coordinate representation of color #05633B: hue angle of 154.47º 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 #05633B is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 99 | 59 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.61 |
| HSL | 154.47º | 0.9% | 0.2% | - |
| HSV(B) | 154.47º | 0.95% | 0.39% | - |
| XYZ | 5.31 | 9.27 | 5.65 | - |
| YUV | 66.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 99 | 59 | 0.95 | 0 | 0.40 | 0.61 | 154.47 | 0.9 | 0.2 |
| Hex | 5 | 63 | 3B | 5F | 0 | 28 | 3D | 9A | 5A | 14 |
| Octal | 5 | 143 | 73 | 137 | 0 | 50 | 75 | 232 | 132 | 24 |
| Binary | 101 | 1100011 | 111011 | 1011111 | 0 | 101000 | 111101 | 10011010 | 1011010 | 10100 |
Color Harmonies of #05633B
Complementary color
Monochromatic Colors of #05633B
Black with #05633B
Text Example
Text Example
White with #05633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05633B; }
p { color: rgb(5,99,59); }
H1.HeaderClassName
{
color: #05633B;
}
.AnyTagClassName
{
color: #05633B;
}
</style>
background-color css
<style>
a { background-color: #05633B; }
a { background-color: rgb(5,99,59); }
div.DivClassName
{
background-color: #05633B;
}
.BgClassName
{
background-color: #05633B;
}
</style>
border-color css
<style>
span { border-color: #05633B; }
span { border-color: rgb(5,99,59); }
td.TdClassName
{
border-color: #05633B;
}
.TagClassName
{
border-color: #05633B;
}
</style>