Shades of Jewel #05663B
Tints of Jewel #05663B
RGB
CMYK
RGB Variations
Color information
#05663B (or 0x05663B) is known color: Jewel. HEX triplet: 05, 66 and 3B. RGB value is (5,102,59). Sum of RGB (Red+Green+Blue) = 5+102+59=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #05663B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05663B is #FA99C4. Grayscale: #444444. Windows color (decimal): -16423365 or 3892741. OLE color: 3892741.
HSL color Cylindrical-coordinate representation of color #05663B: hue angle of 153.4º 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 #05663B is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 102 | 59 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.6 |
| HSL | 153.4º | 0.91% | 0.21% | - |
| HSV(B) | 153.4º | 0.95% | 0.4% | - |
| XYZ | 5.6 | 9.85 | 5.74 | - |
| YUV | 68.1 | 122.86 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 59 | 0.95 | 0 | 0.42 | 0.6 | 153.4 | 0.91 | 0.21 |
| Hex | 5 | 66 | 3B | 5F | 0 | 2A | 3C | 99 | 5B | 15 |
| Octal | 5 | 146 | 73 | 137 | 0 | 52 | 74 | 231 | 133 | 25 |
| Binary | 101 | 1100110 | 111011 | 1011111 | 0 | 101010 | 111100 | 10011001 | 1011011 | 10101 |
Color Harmonies of #05663B
Complementary color
Monochromatic Colors of #05663B
Black with #05663B
Text Example
Text Example
White with #05663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05663B; }
p { color: rgb(5,102,59); }
H1.HeaderClassName
{
color: #05663B;
}
.AnyTagClassName
{
color: #05663B;
}
</style>
background-color css
<style>
a { background-color: #05663B; }
a { background-color: rgb(5,102,59); }
div.DivClassName
{
background-color: #05663B;
}
.BgClassName
{
background-color: #05663B;
}
</style>
border-color css
<style>
span { border-color: #05663B; }
span { border-color: rgb(5,102,59); }
td.TdClassName
{
border-color: #05663B;
}
.TagClassName
{
border-color: #05663B;
}
</style>