Shades of Cyprus #053A3F
Tints of Cyprus #053A3F
RGB
CMYK
RGB Variations
Color information
#053A3F (or 0x053A3F) is known color: Cyprus. HEX triplet: 05, 3A and 3F. RGB value is (5,58,63). Sum of RGB (Red+Green+Blue) = 5+58+63=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #053A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A3F is #FAC5C0. Grayscale: #2A2A2A. Windows color (decimal): -16434625 or 4143621. OLE color: 4143621.
HSL color Cylindrical-coordinate representation of color #053A3F: hue angle of 185.17º 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 #053A3F is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 58 | 63 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.75 |
| HSL | 185.17º | 0.85% | 0.13% | - |
| HSV(B) | 185.17º | 0.92% | 0.25% | - |
| XYZ | 2.47 | 3.42 | 5.23 | - |
| YUV | 42.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 63 | 0.92 | 0.08 | 0 | 0.75 | 185.17 | 0.85 | 0.13 |
| Hex | 5 | 3A | 3F | 5C | 8 | 0 | 4B | B9 | 55 | D |
| Octal | 5 | 72 | 77 | 134 | 10 | 0 | 113 | 271 | 125 | 15 |
| Binary | 101 | 111010 | 111111 | 1011100 | 1000 | 0 | 1001011 | 10111001 | 1010101 | 1101 |
Color Harmonies of #053A3F
Complementary color
Monochromatic Colors of #053A3F
Black with #053A3F
Text Example
Text Example
White with #053A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A3F; }
p { color: rgb(5,58,63); }
H1.HeaderClassName
{
color: #053A3F;
}
.AnyTagClassName
{
color: #053A3F;
}
</style>
background-color css
<style>
a { background-color: #053A3F; }
a { background-color: rgb(5,58,63); }
div.DivClassName
{
background-color: #053A3F;
}
.BgClassName
{
background-color: #053A3F;
}
</style>
border-color css
<style>
span { border-color: #053A3F; }
span { border-color: rgb(5,58,63); }
td.TdClassName
{
border-color: #053A3F;
}
.TagClassName
{
border-color: #053A3F;
}
</style>