Shades of Cyprus #053B3A
Tints of Cyprus #053B3A
RGB
CMYK
RGB Variations
Color information
#053B3A (or 0x053B3A) is known color: Cyprus. HEX triplet: 05, 3B and 3A. RGB value is (5,59,58). Sum of RGB (Red+Green+Blue) = 5+59+58=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 59 (23.44% from 255 or 48.36% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 59 - color contains mainly: green. Hex color #053B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B3A is #FAC4C5. Grayscale: #2A2A2A. Windows color (decimal): -16434374 or 3816197. OLE color: 3816197.
HSL color Cylindrical-coordinate representation of color #053B3A: hue angle of 178.89º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B3A is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 59 | 58 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.77 |
| HSL | 178.89º | 0.84% | 0.13% | - |
| HSV(B) | 178.89º | 0.92% | 0.23% | - |
| XYZ | 2.39 | 3.47 | 4.55 | - |
| YUV | 42.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 58 | 0.92 | 0 | 0.02 | 0.77 | 178.89 | 0.84 | 0.13 |
| Hex | 5 | 3B | 3A | 5C | 0 | 2 | 4D | B3 | 54 | D |
| Octal | 5 | 73 | 72 | 134 | 0 | 2 | 115 | 263 | 124 | 15 |
| Binary | 101 | 111011 | 111010 | 1011100 | 0 | 10 | 1001101 | 10110011 | 1010100 | 1101 |
Color Harmonies of #053B3A
Complementary color
Monochromatic Colors of #053B3A
Black with #053B3A
Text Example
Text Example
White with #053B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B3A; }
p { color: rgb(5,59,58); }
H1.HeaderClassName
{
color: #053B3A;
}
.AnyTagClassName
{
color: #053B3A;
}
</style>
background-color css
<style>
a { background-color: #053B3A; }
a { background-color: rgb(5,59,58); }
div.DivClassName
{
background-color: #053B3A;
}
.BgClassName
{
background-color: #053B3A;
}
</style>
border-color css
<style>
span { border-color: #053B3A; }
span { border-color: rgb(5,59,58); }
td.TdClassName
{
border-color: #053B3A;
}
.TagClassName
{
border-color: #053B3A;
}
</style>