Shades of Cyprus #053C3E
Tints of Cyprus #053C3E
RGB
CMYK
RGB Variations
Color information
#053C3E (or 0x053C3E) is known color: Cyprus. HEX triplet: 05, 3C and 3E. RGB value is (5,60,62). Sum of RGB (Red+Green+Blue) = 5+60+62=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 62 - color contains mainly: blue. Hex color #053C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C3E is #FAC3C1. Grayscale: #2B2B2B. Windows color (decimal): -16434114 or 4078597. OLE color: 4078597.
HSL color Cylindrical-coordinate representation of color #053C3E: hue angle of 182.11º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053C3E is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 62 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.76 |
| HSL | 182.11º | 0.85% | 0.13% | - |
| HSV(B) | 182.11º | 0.92% | 0.24% | - |
| XYZ | 2.55 | 3.61 | 5.12 | - |
| YUV | 43.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 62 | 0.92 | 0.03 | 0 | 0.76 | 182.11 | 0.85 | 0.13 |
| Hex | 5 | 3C | 3E | 5C | 3 | 0 | 4C | B6 | 55 | D |
| Octal | 5 | 74 | 76 | 134 | 3 | 0 | 114 | 266 | 125 | 15 |
| Binary | 101 | 111100 | 111110 | 1011100 | 11 | 0 | 1001100 | 10110110 | 1010101 | 1101 |
Color Harmonies of #053C3E
Complementary color
Monochromatic Colors of #053C3E
Black with #053C3E
Text Example
Text Example
White with #053C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C3E; }
p { color: rgb(5,60,62); }
H1.HeaderClassName
{
color: #053C3E;
}
.AnyTagClassName
{
color: #053C3E;
}
</style>
background-color css
<style>
a { background-color: #053C3E; }
a { background-color: rgb(5,60,62); }
div.DivClassName
{
background-color: #053C3E;
}
.BgClassName
{
background-color: #053C3E;
}
</style>
border-color css
<style>
span { border-color: #053C3E; }
span { border-color: rgb(5,60,62); }
td.TdClassName
{
border-color: #053C3E;
}
.TagClassName
{
border-color: #053C3E;
}
</style>