Shades of Jewel #05663F
Tints of Jewel #05663F
RGB
CMYK
RGB Variations
Color information
#05663F (or 0x05663F) is known color: Jewel. HEX triplet: 05, 66 and 3F. RGB value is (5,102,63). Sum of RGB (Red+Green+Blue) = 5+102+63=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #05663F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05663F is #FA99C0. Grayscale: #444444. Windows color (decimal): -16423361 or 4154885. OLE color: 4154885.
HSL color Cylindrical-coordinate representation of color #05663F: hue angle of 155.88º 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 #05663F is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 102 | 63 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.6 |
| HSL | 155.88º | 0.91% | 0.21% | - |
| HSV(B) | 155.88º | 0.95% | 0.4% | - |
| XYZ | 5.71 | 9.89 | 6.31 | - |
| YUV | 68.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 63 | 0.95 | 0 | 0.38 | 0.6 | 155.88 | 0.91 | 0.21 |
| Hex | 5 | 66 | 3F | 5F | 0 | 26 | 3C | 9C | 5B | 15 |
| Octal | 5 | 146 | 77 | 137 | 0 | 46 | 74 | 234 | 133 | 25 |
| Binary | 101 | 1100110 | 111111 | 1011111 | 0 | 100110 | 111100 | 10011100 | 1011011 | 10101 |
Color Harmonies of #05663F
Complementary color
Monochromatic Colors of #05663F
Black with #05663F
Text Example
Text Example
White with #05663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05663F; }
p { color: rgb(5,102,63); }
H1.HeaderClassName
{
color: #05663F;
}
.AnyTagClassName
{
color: #05663F;
}
</style>
background-color css
<style>
a { background-color: #05663F; }
a { background-color: rgb(5,102,63); }
div.DivClassName
{
background-color: #05663F;
}
.BgClassName
{
background-color: #05663F;
}
</style>
border-color css
<style>
span { border-color: #05663F; }
span { border-color: rgb(5,102,63); }
td.TdClassName
{
border-color: #05663F;
}
.TagClassName
{
border-color: #05663F;
}
</style>