Shades of Cyprus #053A3B
Tints of Cyprus #053A3B
RGB
CMYK
RGB Variations
Color information
#053A3B (or 0x053A3B) is known color: Cyprus. HEX triplet: 05, 3A and 3B. RGB value is (5,58,59). Sum of RGB (Red+Green+Blue) = 5+58+59=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #053A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A3B is #FAC5C4. Grayscale: #2A2A2A. Windows color (decimal): -16434629 or 3881477. OLE color: 3881477.
HSL color Cylindrical-coordinate representation of color #053A3B: hue angle of 181.11º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053A3B is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 58 | 59 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.77 |
| HSL | 181.11º | 0.84% | 0.13% | - |
| HSV(B) | 181.11º | 0.92% | 0.23% | - |
| XYZ | 2.37 | 3.37 | 4.66 | - |
| YUV | 42.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 59 | 0.92 | 0.02 | 0 | 0.77 | 181.11 | 0.84 | 0.13 |
| Hex | 5 | 3A | 3B | 5C | 2 | 0 | 4D | B5 | 54 | D |
| Octal | 5 | 72 | 73 | 134 | 2 | 0 | 115 | 265 | 124 | 15 |
| Binary | 101 | 111010 | 111011 | 1011100 | 10 | 0 | 1001101 | 10110101 | 1010100 | 1101 |
Color Harmonies of #053A3B
Complementary color
Monochromatic Colors of #053A3B
Black with #053A3B
Text Example
Text Example
White with #053A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A3B; }
p { color: rgb(5,58,59); }
H1.HeaderClassName
{
color: #053A3B;
}
.AnyTagClassName
{
color: #053A3B;
}
</style>
background-color css
<style>
a { background-color: #053A3B; }
a { background-color: rgb(5,58,59); }
div.DivClassName
{
background-color: #053A3B;
}
.BgClassName
{
background-color: #053A3B;
}
</style>
border-color css
<style>
span { border-color: #053A3B; }
span { border-color: rgb(5,58,59); }
td.TdClassName
{
border-color: #053A3B;
}
.TagClassName
{
border-color: #053A3B;
}
</style>