Shades of Jewel #05643D
Tints of Jewel #05643D
RGB
CMYK
RGB Variations
Color information
#05643D (or 0x05643D) is known color: Jewel. HEX triplet: 05, 64 and 3D. RGB value is (5,100,61). Sum of RGB (Red+Green+Blue) = 5+100+61=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 100 (39.45% from 255 or 60.24% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 100 - color contains mainly: green. Hex color #05643D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05643D is #FA9BC2. Grayscale: #434343. Windows color (decimal): -16423875 or 4023301. OLE color: 4023301.
HSL color Cylindrical-coordinate representation of color #05643D: hue angle of 155.37º 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 #05643D is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 100 | 61 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.61 |
| HSL | 155.37º | 0.9% | 0.21% | - |
| HSV(B) | 155.37º | 0.95% | 0.39% | - |
| XYZ | 5.46 | 9.48 | 5.96 | - |
| YUV | 67.15 | 124.53 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 61 | 0.95 | 0 | 0.39 | 0.61 | 155.37 | 0.9 | 0.21 |
| Hex | 5 | 64 | 3D | 5F | 0 | 27 | 3D | 9B | 5A | 15 |
| Octal | 5 | 144 | 75 | 137 | 0 | 47 | 75 | 233 | 132 | 25 |
| Binary | 101 | 1100100 | 111101 | 1011111 | 0 | 100111 | 111101 | 10011011 | 1011010 | 10101 |
Color Harmonies of #05643D
Complementary color
Monochromatic Colors of #05643D
Black with #05643D
Text Example
Text Example
White with #05643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05643D; }
p { color: rgb(5,100,61); }
H1.HeaderClassName
{
color: #05643D;
}
.AnyTagClassName
{
color: #05643D;
}
</style>
background-color css
<style>
a { background-color: #05643D; }
a { background-color: rgb(5,100,61); }
div.DivClassName
{
background-color: #05643D;
}
.BgClassName
{
background-color: #05643D;
}
</style>
border-color css
<style>
span { border-color: #05643D; }
span { border-color: rgb(5,100,61); }
td.TdClassName
{
border-color: #05643D;
}
.TagClassName
{
border-color: #05643D;
}
</style>