Shades of Cyprus #053E41
Tints of Cyprus #053E41
RGB
CMYK
RGB Variations
Color information
#053E41 (or 0x053E41) is known color: Cyprus. HEX triplet: 05, 3E and 41. RGB value is (5,62,65). Sum of RGB (Red+Green+Blue) = 5+62+65=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #053E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E41 is #FAC1BE. Grayscale: #2D2D2D. Windows color (decimal): -16433599 or 4275717. OLE color: 4275717.
HSL color Cylindrical-coordinate representation of color #053E41: hue angle of 183º 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 #053E41 is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 62 | 65 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.75 |
| HSL | 183º | 0.86% | 0.14% | - |
| HSV(B) | 183º | 0.92% | 0.25% | - |
| XYZ | 2.74 | 3.86 | 5.6 | - |
| YUV | 45.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 65 | 0.92 | 0.05 | 0 | 0.75 | 183 | 0.86 | 0.14 |
| Hex | 5 | 3E | 41 | 5C | 5 | 0 | 4B | B7 | 56 | E |
| Octal | 5 | 76 | 101 | 134 | 5 | 0 | 113 | 267 | 126 | 16 |
| Binary | 101 | 111110 | 1000001 | 1011100 | 101 | 0 | 1001011 | 10110111 | 1010110 | 1110 |
Color Harmonies of #053E41
Complementary color
Monochromatic Colors of #053E41
Black with #053E41
Text Example
Text Example
White with #053E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E41; }
p { color: rgb(5,62,65); }
H1.HeaderClassName
{
color: #053E41;
}
.AnyTagClassName
{
color: #053E41;
}
</style>
background-color css
<style>
a { background-color: #053E41; }
a { background-color: rgb(5,62,65); }
div.DivClassName
{
background-color: #053E41;
}
.BgClassName
{
background-color: #053E41;
}
</style>
border-color css
<style>
span { border-color: #053E41; }
span { border-color: rgb(5,62,65); }
td.TdClassName
{
border-color: #053E41;
}
.TagClassName
{
border-color: #053E41;
}
</style>