Shades of Jewel #056543
Tints of Jewel #056543
RGB
CMYK
RGB Variations
Color information
#056543 (or 0x056543) is known color: Jewel. HEX triplet: 05, 65 and 43. RGB value is (5,101,67). Sum of RGB (Red+Green+Blue) = 5+101+67=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 101 (39.84% from 255 or 58.38% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 101 - color contains mainly: green. Hex color #056543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056543 is #FA9ABC. Grayscale: #444444. Windows color (decimal): -16423613 or 4416773. OLE color: 4416773.
HSL color Cylindrical-coordinate representation of color #056543: hue angle of 158.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 #056543 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 101 | 67 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.60 |
| HSL | 158.75º | 0.91% | 0.21% | - |
| HSV(B) | 158.75º | 0.95% | 0.4% | - |
| XYZ | 5.73 | 9.74 | 6.89 | - |
| YUV | 68.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 67 | 0.95 | 0 | 0.34 | 0.60 | 158.75 | 0.91 | 0.21 |
| Hex | 5 | 65 | 43 | 5F | 0 | 22 | 3C | 9F | 5B | 15 |
| Octal | 5 | 145 | 103 | 137 | 0 | 42 | 74 | 237 | 133 | 25 |
| Binary | 101 | 1100101 | 1000011 | 1011111 | 0 | 100010 | 111100 | 10011111 | 1011011 | 10101 |
Color Harmonies of #056543
Complementary color
Monochromatic Colors of #056543
Black with #056543
Text Example
Text Example
White with #056543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056543; }
p { color: rgb(5,101,67); }
H1.HeaderClassName
{
color: #056543;
}
.AnyTagClassName
{
color: #056543;
}
</style>
background-color css
<style>
a { background-color: #056543; }
a { background-color: rgb(5,101,67); }
div.DivClassName
{
background-color: #056543;
}
.BgClassName
{
background-color: #056543;
}
</style>
border-color css
<style>
span { border-color: #056543; }
span { border-color: rgb(5,101,67); }
td.TdClassName
{
border-color: #056543;
}
.TagClassName
{
border-color: #056543;
}
</style>