Shades of Cyprus #053D41
Tints of Cyprus #053D41
RGB
CMYK
RGB Variations
Color information
#053D41 (or 0x053D41) is known color: Cyprus. HEX triplet: 05, 3D and 41. RGB value is (5,61,65). Sum of RGB (Red+Green+Blue) = 5+61+65=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #053D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D41 is #FAC2BE. Grayscale: #2C2C2C. Windows color (decimal): -16433855 or 4275461. OLE color: 4275461.
HSL color Cylindrical-coordinate representation of color #053D41: hue angle of 184º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053D41 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 61 | 65 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.75 |
| HSL | 184º | 0.86% | 0.14% | - |
| HSV(B) | 184º | 0.92% | 0.25% | - |
| XYZ | 2.69 | 3.75 | 5.58 | - |
| YUV | 44.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 65 | 0.92 | 0.06 | 0 | 0.75 | 184 | 0.86 | 0.14 |
| Hex | 5 | 3D | 41 | 5C | 6 | 0 | 4B | B8 | 56 | E |
| Octal | 5 | 75 | 101 | 134 | 6 | 0 | 113 | 270 | 126 | 16 |
| Binary | 101 | 111101 | 1000001 | 1011100 | 110 | 0 | 1001011 | 10111000 | 1010110 | 1110 |
Color Harmonies of #053D41
Complementary color
Monochromatic Colors of #053D41
Black with #053D41
Text Example
Text Example
White with #053D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D41; }
p { color: rgb(5,61,65); }
H1.HeaderClassName
{
color: #053D41;
}
.AnyTagClassName
{
color: #053D41;
}
</style>
background-color css
<style>
a { background-color: #053D41; }
a { background-color: rgb(5,61,65); }
div.DivClassName
{
background-color: #053D41;
}
.BgClassName
{
background-color: #053D41;
}
</style>
border-color css
<style>
span { border-color: #053D41; }
span { border-color: rgb(5,61,65); }
td.TdClassName
{
border-color: #053D41;
}
.TagClassName
{
border-color: #053D41;
}
</style>