Shades of Cyprus #053B42
Tints of Cyprus #053B42
RGB
CMYK
RGB Variations
Color information
#053B42 (or 0x053B42) is known color: Cyprus. HEX triplet: 05, 3B and 42. RGB value is (5,59,66). Sum of RGB (Red+Green+Blue) = 5+59+66=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #053B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B42 is #FAC4BD. Grayscale: #2B2B2B. Windows color (decimal): -16434366 or 4340485. OLE color: 4340485.
HSL color Cylindrical-coordinate representation of color #053B42: hue angle of 186.89º 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 #053B42 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 59 | 66 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.74 |
| HSL | 186.89º | 0.86% | 0.14% | - |
| HSV(B) | 186.89º | 0.92% | 0.26% | - |
| XYZ | 2.61 | 3.55 | 5.7 | - |
| YUV | 43.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 66 | 0.92 | 0.11 | 0 | 0.74 | 186.89 | 0.86 | 0.14 |
| Hex | 5 | 3B | 42 | 5C | B | 0 | 4A | BB | 56 | E |
| Octal | 5 | 73 | 102 | 134 | 13 | 0 | 112 | 273 | 126 | 16 |
| Binary | 101 | 111011 | 1000010 | 1011100 | 1011 | 0 | 1001010 | 10111011 | 1010110 | 1110 |
Color Harmonies of #053B42
Complementary color
Monochromatic Colors of #053B42
Black with #053B42
Text Example
Text Example
White with #053B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B42; }
p { color: rgb(5,59,66); }
H1.HeaderClassName
{
color: #053B42;
}
.AnyTagClassName
{
color: #053B42;
}
</style>
background-color css
<style>
a { background-color: #053B42; }
a { background-color: rgb(5,59,66); }
div.DivClassName
{
background-color: #053B42;
}
.BgClassName
{
background-color: #053B42;
}
</style>
border-color css
<style>
span { border-color: #053B42; }
span { border-color: rgb(5,59,66); }
td.TdClassName
{
border-color: #053B42;
}
.TagClassName
{
border-color: #053B42;
}
</style>