Shades of Jewel #05653D
Tints of Jewel #05653D
RGB
CMYK
RGB Variations
Color information
#05653D (or 0x05653D) is known color: Jewel. HEX triplet: 05, 65 and 3D. RGB value is (5,101,61). Sum of RGB (Red+Green+Blue) = 5+101+61=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #05653D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05653D is #FA9AC2. Grayscale: #434343. Windows color (decimal): -16423619 or 4023557. OLE color: 4023557.
HSL color Cylindrical-coordinate representation of color #05653D: hue angle of 155º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05653D is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 61 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.60 |
| HSL | 155º | 0.91% | 0.21% | - |
| HSV(B) | 155º | 0.95% | 0.4% | - |
| XYZ | 5.56 | 9.68 | 5.99 | - |
| YUV | 67.74 | 124.2 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 61 | 0.95 | 0 | 0.40 | 0.60 | 155 | 0.91 | 0.21 |
| Hex | 5 | 65 | 3D | 5F | 0 | 28 | 3C | 9B | 5B | 15 |
| Octal | 5 | 145 | 75 | 137 | 0 | 50 | 74 | 233 | 133 | 25 |
| Binary | 101 | 1100101 | 111101 | 1011111 | 0 | 101000 | 111100 | 10011011 | 1011011 | 10101 |
Color Harmonies of #05653D
Complementary color
Monochromatic Colors of #05653D
Black with #05653D
Text Example
Text Example
White with #05653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05653D; }
p { color: rgb(5,101,61); }
H1.HeaderClassName
{
color: #05653D;
}
.AnyTagClassName
{
color: #05653D;
}
</style>
background-color css
<style>
a { background-color: #05653D; }
a { background-color: rgb(5,101,61); }
div.DivClassName
{
background-color: #05653D;
}
.BgClassName
{
background-color: #05653D;
}
</style>
border-color css
<style>
span { border-color: #05653D; }
span { border-color: rgb(5,101,61); }
td.TdClassName
{
border-color: #05653D;
}
.TagClassName
{
border-color: #05653D;
}
</style>