Shades of Cyprus #053C3B
Tints of Cyprus #053C3B
RGB
CMYK
RGB Variations
Color information
#053C3B (or 0x053C3B) is known color: Cyprus. HEX triplet: 05, 3C and 3B. RGB value is (5,60,59). Sum of RGB (Red+Green+Blue) = 5+60+59=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 60 (23.83% from 255 or 48.39% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 60 - color contains mainly: green. Hex color #053C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C3B is #FAC3C4. Grayscale: #2B2B2B. Windows color (decimal): -16434117 or 3881989. OLE color: 3881989.
HSL color Cylindrical-coordinate representation of color #053C3B: hue angle of 178.91º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053C3B is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 59 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.76 |
| HSL | 178.91º | 0.85% | 0.13% | - |
| HSV(B) | 178.91º | 0.92% | 0.24% | - |
| XYZ | 2.47 | 3.58 | 4.7 | - |
| YUV | 43.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 59 | 0.92 | 0 | 0.02 | 0.76 | 178.91 | 0.85 | 0.13 |
| Hex | 5 | 3C | 3B | 5C | 0 | 2 | 4C | B3 | 55 | D |
| Octal | 5 | 74 | 73 | 134 | 0 | 2 | 114 | 263 | 125 | 15 |
| Binary | 101 | 111100 | 111011 | 1011100 | 0 | 10 | 1001100 | 10110011 | 1010101 | 1101 |
Color Harmonies of #053C3B
Complementary color
Monochromatic Colors of #053C3B
Black with #053C3B
Text Example
Text Example
White with #053C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C3B; }
p { color: rgb(5,60,59); }
H1.HeaderClassName
{
color: #053C3B;
}
.AnyTagClassName
{
color: #053C3B;
}
</style>
background-color css
<style>
a { background-color: #053C3B; }
a { background-color: rgb(5,60,59); }
div.DivClassName
{
background-color: #053C3B;
}
.BgClassName
{
background-color: #053C3B;
}
</style>
border-color css
<style>
span { border-color: #053C3B; }
span { border-color: rgb(5,60,59); }
td.TdClassName
{
border-color: #053C3B;
}
.TagClassName
{
border-color: #053C3B;
}
</style>