Shades of Jewel #05683A
Tints of Jewel #05683A
RGB
CMYK
RGB Variations
Color information
#05683A (or 0x05683A) is known color: Jewel. HEX triplet: 05, 68 and 3A. RGB value is (5,104,58). Sum of RGB (Red+Green+Blue) = 5+104+58=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 104 (41.02% from 255 or 62.28% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 104 - color contains mainly: green. Hex color #05683A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05683A is #FA97C5. Grayscale: #454545. Windows color (decimal): -16422854 or 3827717. OLE color: 3827717.
HSL color Cylindrical-coordinate representation of color #05683A: hue angle of 152.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05683A is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 104 | 58 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.59 |
| HSL | 152.12º | 0.91% | 0.21% | - |
| HSV(B) | 152.12º | 0.95% | 0.41% | - |
| XYZ | 5.78 | 10.24 | 5.67 | - |
| YUV | 69.16 | 121.7 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 58 | 0.95 | 0 | 0.44 | 0.59 | 152.12 | 0.91 | 0.21 |
| Hex | 5 | 68 | 3A | 5F | 0 | 2C | 3B | 98 | 5B | 15 |
| Octal | 5 | 150 | 72 | 137 | 0 | 54 | 73 | 230 | 133 | 25 |
| Binary | 101 | 1101000 | 111010 | 1011111 | 0 | 101100 | 111011 | 10011000 | 1011011 | 10101 |
Color Harmonies of #05683A
Complementary color
Monochromatic Colors of #05683A
Black with #05683A
Text Example
Text Example
White with #05683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05683A; }
p { color: rgb(5,104,58); }
H1.HeaderClassName
{
color: #05683A;
}
.AnyTagClassName
{
color: #05683A;
}
</style>
background-color css
<style>
a { background-color: #05683A; }
a { background-color: rgb(5,104,58); }
div.DivClassName
{
background-color: #05683A;
}
.BgClassName
{
background-color: #05683A;
}
</style>
border-color css
<style>
span { border-color: #05683A; }
span { border-color: rgb(5,104,58); }
td.TdClassName
{
border-color: #05683A;
}
.TagClassName
{
border-color: #05683A;
}
</style>