Shades of Cyprus #053E3A
Tints of Cyprus #053E3A
RGB
CMYK
RGB Variations
Color information
#053E3A (or 0x053E3A) is known color: Cyprus. HEX triplet: 05, 3E and 3A. RGB value is (5,62,58). Sum of RGB (Red+Green+Blue) = 5+62+58=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 62 (24.61% from 255 or 49.6% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 62 - color contains mainly: green. Hex color #053E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E3A is #FAC1C5. Grayscale: #2C2C2C. Windows color (decimal): -16433606 or 3816965. OLE color: 3816965.
HSL color Cylindrical-coordinate representation of color #053E3A: hue angle of 175.79º 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 #053E3A is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 62 | 58 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.76 |
| HSL | 175.79º | 0.85% | 0.13% | - |
| HSV(B) | 175.79º | 0.92% | 0.24% | - |
| XYZ | 2.55 | 3.78 | 4.6 | - |
| YUV | 44.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 58 | 0.92 | 0 | 0.06 | 0.76 | 175.79 | 0.85 | 0.13 |
| Hex | 5 | 3E | 3A | 5C | 0 | 6 | 4C | B0 | 55 | D |
| Octal | 5 | 76 | 72 | 134 | 0 | 6 | 114 | 260 | 125 | 15 |
| Binary | 101 | 111110 | 111010 | 1011100 | 0 | 110 | 1001100 | 10110000 | 1010101 | 1101 |
Color Harmonies of #053E3A
Complementary color
Monochromatic Colors of #053E3A
Black with #053E3A
Text Example
Text Example
White with #053E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E3A; }
p { color: rgb(5,62,58); }
H1.HeaderClassName
{
color: #053E3A;
}
.AnyTagClassName
{
color: #053E3A;
}
</style>
background-color css
<style>
a { background-color: #053E3A; }
a { background-color: rgb(5,62,58); }
div.DivClassName
{
background-color: #053E3A;
}
.BgClassName
{
background-color: #053E3A;
}
</style>
border-color css
<style>
span { border-color: #053E3A; }
span { border-color: rgb(5,62,58); }
td.TdClassName
{
border-color: #053E3A;
}
.TagClassName
{
border-color: #053E3A;
}
</style>