Shades of Cyprus #053C36
Tints of Cyprus #053C36
RGB
CMYK
RGB Variations
Color information
#053C36 (or 0x053C36) is known color: Cyprus. HEX triplet: 05, 3C and 36. RGB value is (5,60,54). Sum of RGB (Red+Green+Blue) = 5+60+54=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 60 (23.83% from 255 or 50.42% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 60 - color contains mainly: green. Hex color #053C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C36 is #FAC3C9. Grayscale: #2A2A2A. Windows color (decimal): -16434122 or 3554309. OLE color: 3554309.
HSL color Cylindrical-coordinate representation of color #053C36: hue angle of 173.45º 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 #053C36 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 54 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.76 |
| HSL | 173.45º | 0.85% | 0.13% | - |
| HSV(B) | 173.45º | 0.92% | 0.24% | - |
| XYZ | 2.34 | 3.53 | 4.05 | - |
| YUV | 42.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 54 | 0.92 | 0 | 0.10 | 0.76 | 173.45 | 0.85 | 0.13 |
| Hex | 5 | 3C | 36 | 5C | 0 | A | 4C | AD | 55 | D |
| Octal | 5 | 74 | 66 | 134 | 0 | 12 | 114 | 255 | 125 | 15 |
| Binary | 101 | 111100 | 110110 | 1011100 | 0 | 1010 | 1001100 | 10101101 | 1010101 | 1101 |
Color Harmonies of #053C36
Complementary color
Monochromatic Colors of #053C36
Black with #053C36
Text Example
Text Example
White with #053C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C36; }
p { color: rgb(5,60,54); }
H1.HeaderClassName
{
color: #053C36;
}
.AnyTagClassName
{
color: #053C36;
}
</style>
background-color css
<style>
a { background-color: #053C36; }
a { background-color: rgb(5,60,54); }
div.DivClassName
{
background-color: #053C36;
}
.BgClassName
{
background-color: #053C36;
}
</style>
border-color css
<style>
span { border-color: #053C36; }
span { border-color: rgb(5,60,54); }
td.TdClassName
{
border-color: #053C36;
}
.TagClassName
{
border-color: #053C36;
}
</style>