Shades of Cyprus #053A42
Tints of Cyprus #053A42
RGB
CMYK
RGB Variations
Color information
#053A42 (or 0x053A42) is known color: Cyprus. HEX triplet: 05, 3A and 42. RGB value is (5,58,66). Sum of RGB (Red+Green+Blue) = 5+58+66=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 66 (26.17% from 255 or 51.16% from 129); Max value from RGB is 66 - color contains mainly: blue. Hex color #053A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A42 is #FAC5BD. Grayscale: #2A2A2A. Windows color (decimal): -16434622 or 4340229. OLE color: 4340229.
HSL color Cylindrical-coordinate representation of color #053A42: hue angle of 187.87º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053A42 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 58 | 66 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.74 |
| HSL | 187.87º | 0.86% | 0.14% | - |
| HSV(B) | 187.87º | 0.92% | 0.26% | - |
| XYZ | 2.56 | 3.45 | 5.69 | - |
| YUV | 43.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 66 | 0.92 | 0.12 | 0 | 0.74 | 187.87 | 0.86 | 0.14 |
| Hex | 5 | 3A | 42 | 5C | C | 0 | 4A | BC | 56 | E |
| Octal | 5 | 72 | 102 | 134 | 14 | 0 | 112 | 274 | 126 | 16 |
| Binary | 101 | 111010 | 1000010 | 1011100 | 1100 | 0 | 1001010 | 10111100 | 1010110 | 1110 |
Color Harmonies of #053A42
Complementary color
Monochromatic Colors of #053A42
Black with #053A42
Text Example
Text Example
White with #053A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A42; }
p { color: rgb(5,58,66); }
H1.HeaderClassName
{
color: #053A42;
}
.AnyTagClassName
{
color: #053A42;
}
</style>
background-color css
<style>
a { background-color: #053A42; }
a { background-color: rgb(5,58,66); }
div.DivClassName
{
background-color: #053A42;
}
.BgClassName
{
background-color: #053A42;
}
</style>
border-color css
<style>
span { border-color: #053A42; }
span { border-color: rgb(5,58,66); }
td.TdClassName
{
border-color: #053A42;
}
.TagClassName
{
border-color: #053A42;
}
</style>