Shades of Jewel #05643F
Tints of Jewel #05643F
RGB
CMYK
RGB Variations
Color information
#05643F (or 0x05643F) is known color: Jewel. HEX triplet: 05, 64 and 3F. RGB value is (5,100,63). Sum of RGB (Red+Green+Blue) = 5+100+63=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 100 (39.45% from 255 or 59.52% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 100 - color contains mainly: green. Hex color #05643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05643F is #FA9BC0. Grayscale: #434343. Windows color (decimal): -16423873 or 4154373. OLE color: 4154373.
HSL color Cylindrical-coordinate representation of color #05643F: hue angle of 156.63º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05643F is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 100 | 63 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.61 |
| HSL | 156.63º | 0.9% | 0.21% | - |
| HSV(B) | 156.63º | 0.95% | 0.39% | - |
| XYZ | 5.52 | 9.51 | 6.25 | - |
| YUV | 67.38 | 125.53 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 63 | 0.95 | 0 | 0.37 | 0.61 | 156.63 | 0.9 | 0.21 |
| Hex | 5 | 64 | 3F | 5F | 0 | 25 | 3D | 9D | 5A | 15 |
| Octal | 5 | 144 | 77 | 137 | 0 | 45 | 75 | 235 | 132 | 25 |
| Binary | 101 | 1100100 | 111111 | 1011111 | 0 | 100101 | 111101 | 10011101 | 1011010 | 10101 |
Color Harmonies of #05643F
Complementary color
Monochromatic Colors of #05643F
Black with #05643F
Text Example
Text Example
White with #05643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05643F; }
p { color: rgb(5,100,63); }
H1.HeaderClassName
{
color: #05643F;
}
.AnyTagClassName
{
color: #05643F;
}
</style>
background-color css
<style>
a { background-color: #05643F; }
a { background-color: rgb(5,100,63); }
div.DivClassName
{
background-color: #05643F;
}
.BgClassName
{
background-color: #05643F;
}
</style>
border-color css
<style>
span { border-color: #05643F; }
span { border-color: rgb(5,100,63); }
td.TdClassName
{
border-color: #05643F;
}
.TagClassName
{
border-color: #05643F;
}
</style>