Shades of Cyprus #053F37
Tints of Cyprus #053F37
RGB
CMYK
RGB Variations
Color information
#053F37 (or 0x053F37) is known color: Cyprus. HEX triplet: 05, 3F and 37. RGB value is (5,63,55). Sum of RGB (Red+Green+Blue) = 5+63+55=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #053F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F37 is #FAC0C8. Grayscale: #2C2C2C. Windows color (decimal): -16433353 or 3620613. OLE color: 3620613.
HSL color Cylindrical-coordinate representation of color #053F37: hue angle of 171.72º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F37 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 63 | 55 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.75 |
| HSL | 171.72º | 0.85% | 0.13% | - |
| HSV(B) | 171.72º | 0.92% | 0.25% | - |
| XYZ | 2.53 | 3.86 | 4.23 | - |
| YUV | 44.75 | 133.78 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 55 | 0.92 | 0 | 0.13 | 0.75 | 171.72 | 0.85 | 0.13 |
| Hex | 5 | 3F | 37 | 5C | 0 | D | 4B | AC | 55 | D |
| Octal | 5 | 77 | 67 | 134 | 0 | 15 | 113 | 254 | 125 | 15 |
| Binary | 101 | 111111 | 110111 | 1011100 | 0 | 1101 | 1001011 | 10101100 | 1010101 | 1101 |
Color Harmonies of #053F37
Complementary color
Monochromatic Colors of #053F37
Black with #053F37
Text Example
Text Example
White with #053F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F37; }
p { color: rgb(5,63,55); }
H1.HeaderClassName
{
color: #053F37;
}
.AnyTagClassName
{
color: #053F37;
}
</style>
background-color css
<style>
a { background-color: #053F37; }
a { background-color: rgb(5,63,55); }
div.DivClassName
{
background-color: #053F37;
}
.BgClassName
{
background-color: #053F37;
}
</style>
border-color css
<style>
span { border-color: #053F37; }
span { border-color: rgb(5,63,55); }
td.TdClassName
{
border-color: #053F37;
}
.TagClassName
{
border-color: #053F37;
}
</style>