Shades of Cyprus #05473B
Tints of Cyprus #05473B
RGB
CMYK
RGB Variations
Color information
#05473B (or 0x05473B) is known color: Cyprus. HEX triplet: 05, 47 and 3B. RGB value is (5,71,59). Sum of RGB (Red+Green+Blue) = 5+71+59=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #05473B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05473B is #FAB8C4. Grayscale: #313131. Windows color (decimal): -16431301 or 3884805. OLE color: 3884805.
HSL color Cylindrical-coordinate representation of color #05473B: hue angle of 169.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05473B is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 71 | 59 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.72 |
| HSL | 169.09º | 0.87% | 0.15% | - |
| HSV(B) | 169.09º | 0.93% | 0.28% | - |
| XYZ | 3.11 | 4.85 | 4.91 | - |
| YUV | 49.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 59 | 0.93 | 0 | 0.17 | 0.72 | 169.09 | 0.87 | 0.15 |
| Hex | 5 | 47 | 3B | 5D | 0 | 11 | 48 | A9 | 57 | F |
| Octal | 5 | 107 | 73 | 135 | 0 | 21 | 110 | 251 | 127 | 17 |
| Binary | 101 | 1000111 | 111011 | 1011101 | 0 | 10001 | 1001000 | 10101001 | 1010111 | 1111 |
Color Harmonies of #05473B
Complementary color
Monochromatic Colors of #05473B
Black with #05473B
Text Example
Text Example
White with #05473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05473B; }
p { color: rgb(5,71,59); }
H1.HeaderClassName
{
color: #05473B;
}
.AnyTagClassName
{
color: #05473B;
}
</style>
background-color css
<style>
a { background-color: #05473B; }
a { background-color: rgb(5,71,59); }
div.DivClassName
{
background-color: #05473B;
}
.BgClassName
{
background-color: #05473B;
}
</style>
border-color css
<style>
span { border-color: #05473B; }
span { border-color: rgb(5,71,59); }
td.TdClassName
{
border-color: #05473B;
}
.TagClassName
{
border-color: #05473B;
}
</style>