Shades of Jewel #05653B
Tints of Jewel #05653B
RGB
CMYK
RGB Variations
Color information
#05653B (or 0x05653B) is known color: Jewel. HEX triplet: 05, 65 and 3B. RGB value is (5,101,59). Sum of RGB (Red+Green+Blue) = 5+101+59=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 101 (39.84% from 255 or 61.21% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 101 - color contains mainly: green. Hex color #05653B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05653B is #FA9AC4. Grayscale: #434343. Windows color (decimal): -16423621 or 3892485. OLE color: 3892485.
HSL color Cylindrical-coordinate representation of color #05653B: hue angle of 153.75º 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 #05653B is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 59 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.60 |
| HSL | 153.75º | 0.91% | 0.21% | - |
| HSV(B) | 153.75º | 0.95% | 0.4% | - |
| XYZ | 5.51 | 9.66 | 5.71 | - |
| YUV | 67.51 | 123.2 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 59 | 0.95 | 0 | 0.42 | 0.60 | 153.75 | 0.91 | 0.21 |
| Hex | 5 | 65 | 3B | 5F | 0 | 2A | 3C | 9A | 5B | 15 |
| Octal | 5 | 145 | 73 | 137 | 0 | 52 | 74 | 232 | 133 | 25 |
| Binary | 101 | 1100101 | 111011 | 1011111 | 0 | 101010 | 111100 | 10011010 | 1011011 | 10101 |
Color Harmonies of #05653B
Complementary color
Monochromatic Colors of #05653B
Black with #05653B
Text Example
Text Example
White with #05653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05653B; }
p { color: rgb(5,101,59); }
H1.HeaderClassName
{
color: #05653B;
}
.AnyTagClassName
{
color: #05653B;
}
</style>
background-color css
<style>
a { background-color: #05653B; }
a { background-color: rgb(5,101,59); }
div.DivClassName
{
background-color: #05653B;
}
.BgClassName
{
background-color: #05653B;
}
</style>
border-color css
<style>
span { border-color: #05653B; }
span { border-color: rgb(5,101,59); }
td.TdClassName
{
border-color: #05653B;
}
.TagClassName
{
border-color: #05653B;
}
</style>