Shades of Cyprus #053D43
Tints of Cyprus #053D43
RGB
CMYK
RGB Variations
Color information
#053D43 (or 0x053D43) is known color: Cyprus. HEX triplet: 05, 3D and 43. RGB value is (5,61,67). Sum of RGB (Red+Green+Blue) = 5+61+67=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #053D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D43 is #FAC2BC. Grayscale: #2C2C2C. Windows color (decimal): -16433853 or 4406533. OLE color: 4406533.
HSL color Cylindrical-coordinate representation of color #053D43: hue angle of 185.81º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053D43 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 61 | 67 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.74 |
| HSL | 185.81º | 0.86% | 0.14% | - |
| HSV(B) | 185.81º | 0.93% | 0.26% | - |
| XYZ | 2.74 | 3.78 | 5.89 | - |
| YUV | 44.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 67 | 0.93 | 0.09 | 0 | 0.74 | 185.81 | 0.86 | 0.14 |
| Hex | 5 | 3D | 43 | 5D | 9 | 0 | 4A | BA | 56 | E |
| Octal | 5 | 75 | 103 | 135 | 11 | 0 | 112 | 272 | 126 | 16 |
| Binary | 101 | 111101 | 1000011 | 1011101 | 1001 | 0 | 1001010 | 10111010 | 1010110 | 1110 |
Color Harmonies of #053D43
Complementary color
Monochromatic Colors of #053D43
Black with #053D43
Text Example
Text Example
White with #053D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D43; }
p { color: rgb(5,61,67); }
H1.HeaderClassName
{
color: #053D43;
}
.AnyTagClassName
{
color: #053D43;
}
</style>
background-color css
<style>
a { background-color: #053D43; }
a { background-color: rgb(5,61,67); }
div.DivClassName
{
background-color: #053D43;
}
.BgClassName
{
background-color: #053D43;
}
</style>
border-color css
<style>
span { border-color: #053D43; }
span { border-color: rgb(5,61,67); }
td.TdClassName
{
border-color: #053D43;
}
.TagClassName
{
border-color: #053D43;
}
</style>