Shades of Cyprus #053D39
Tints of Cyprus #053D39
RGB
CMYK
RGB Variations
Color information
#053D39 (or 0x053D39) is known color: Cyprus. HEX triplet: 05, 3D and 39. RGB value is (5,61,57). Sum of RGB (Red+Green+Blue) = 5+61+57=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 61 (24.22% from 255 or 49.59% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 61 - color contains mainly: green. Hex color #053D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D39 is #FAC2C6. Grayscale: #2B2B2B. Windows color (decimal): -16433863 or 3751173. OLE color: 3751173.
HSL color Cylindrical-coordinate representation of color #053D39: hue angle of 175.71º 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 #053D39 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 61 | 57 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.76 |
| HSL | 175.71º | 0.85% | 0.13% | - |
| HSV(B) | 175.71º | 0.92% | 0.24% | - |
| XYZ | 2.47 | 3.67 | 4.45 | - |
| YUV | 43.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 57 | 0.92 | 0 | 0.07 | 0.76 | 175.71 | 0.85 | 0.13 |
| Hex | 5 | 3D | 39 | 5C | 0 | 7 | 4C | B0 | 55 | D |
| Octal | 5 | 75 | 71 | 134 | 0 | 7 | 114 | 260 | 125 | 15 |
| Binary | 101 | 111101 | 111001 | 1011100 | 0 | 111 | 1001100 | 10110000 | 1010101 | 1101 |
Color Harmonies of #053D39
Complementary color
Monochromatic Colors of #053D39
Black with #053D39
Text Example
Text Example
White with #053D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D39; }
p { color: rgb(5,61,57); }
H1.HeaderClassName
{
color: #053D39;
}
.AnyTagClassName
{
color: #053D39;
}
</style>
background-color css
<style>
a { background-color: #053D39; }
a { background-color: rgb(5,61,57); }
div.DivClassName
{
background-color: #053D39;
}
.BgClassName
{
background-color: #053D39;
}
</style>
border-color css
<style>
span { border-color: #053D39; }
span { border-color: rgb(5,61,57); }
td.TdClassName
{
border-color: #053D39;
}
.TagClassName
{
border-color: #053D39;
}
</style>