Shades of Cyprus #053A36
Tints of Cyprus #053A36
RGB
CMYK
RGB Variations
Color information
#053A36 (or 0x053A36) is known color: Cyprus. HEX triplet: 05, 3A and 36. RGB value is (5,58,54). Sum of RGB (Red+Green+Blue) = 5+58+54=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 54 (21.48% from 255 or 46.15% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #053A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A36 is #FAC5C9. Grayscale: #292929. Windows color (decimal): -16434634 or 3553797. OLE color: 3553797.
HSL color Cylindrical-coordinate representation of color #053A36: hue angle of 175.47º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A36 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 58 | 54 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.77 |
| HSL | 175.47º | 0.84% | 0.12% | - |
| HSV(B) | 175.47º | 0.91% | 0.23% | - |
| XYZ | 2.24 | 3.32 | 4.01 | - |
| YUV | 41.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 54 | 0.91 | 0 | 0.07 | 0.77 | 175.47 | 0.84 | 0.12 |
| Hex | 5 | 3A | 36 | 5B | 0 | 7 | 4D | AF | 54 | C |
| Octal | 5 | 72 | 66 | 133 | 0 | 7 | 115 | 257 | 124 | 14 |
| Binary | 101 | 111010 | 110110 | 1011011 | 0 | 111 | 1001101 | 10101111 | 1010100 | 1100 |
Color Harmonies of #053A36
Complementary color
Monochromatic Colors of #053A36
Black with #053A36
Text Example
Text Example
White with #053A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A36; }
p { color: rgb(5,58,54); }
H1.HeaderClassName
{
color: #053A36;
}
.AnyTagClassName
{
color: #053A36;
}
</style>
background-color css
<style>
a { background-color: #053A36; }
a { background-color: rgb(5,58,54); }
div.DivClassName
{
background-color: #053A36;
}
.BgClassName
{
background-color: #053A36;
}
</style>
border-color css
<style>
span { border-color: #053A36; }
span { border-color: rgb(5,58,54); }
td.TdClassName
{
border-color: #053A36;
}
.TagClassName
{
border-color: #053A36;
}
</style>