Shades of Cyprus #053F3D
Tints of Cyprus #053F3D
RGB
CMYK
RGB Variations
Color information
#053F3D (or 0x053F3D) is known color: Cyprus. HEX triplet: 05, 3F and 3D. RGB value is (5,63,61). Sum of RGB (Red+Green+Blue) = 5+63+61=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 63 - color contains mainly: green. Hex color #053F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F3D is #FAC0C2. Grayscale: #2D2D2D. Windows color (decimal): -16433347 or 4013829. OLE color: 4013829.
HSL color Cylindrical-coordinate representation of color #053F3D: hue angle of 177.93º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F3D is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 63 | 61 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.75 |
| HSL | 177.93º | 0.85% | 0.13% | - |
| HSV(B) | 177.93º | 0.92% | 0.25% | - |
| XYZ | 2.68 | 3.92 | 5.03 | - |
| YUV | 45.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 61 | 0.92 | 0 | 0.03 | 0.75 | 177.93 | 0.85 | 0.13 |
| Hex | 5 | 3F | 3D | 5C | 0 | 3 | 4B | B2 | 55 | D |
| Octal | 5 | 77 | 75 | 134 | 0 | 3 | 113 | 262 | 125 | 15 |
| Binary | 101 | 111111 | 111101 | 1011100 | 0 | 11 | 1001011 | 10110010 | 1010101 | 1101 |
Color Harmonies of #053F3D
Complementary color
Monochromatic Colors of #053F3D
Black with #053F3D
Text Example
Text Example
White with #053F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F3D; }
p { color: rgb(5,63,61); }
H1.HeaderClassName
{
color: #053F3D;
}
.AnyTagClassName
{
color: #053F3D;
}
</style>
background-color css
<style>
a { background-color: #053F3D; }
a { background-color: rgb(5,63,61); }
div.DivClassName
{
background-color: #053F3D;
}
.BgClassName
{
background-color: #053F3D;
}
</style>
border-color css
<style>
span { border-color: #053F3D; }
span { border-color: rgb(5,63,61); }
td.TdClassName
{
border-color: #053F3D;
}
.TagClassName
{
border-color: #053F3D;
}
</style>