Shades of Cyprus #054F47
Tints of Cyprus #054F47
RGB
CMYK
RGB Variations
Color information
#054F47 (or 0x054F47) is known color: Cyprus. HEX triplet: 05, 4F and 47. RGB value is (5,79,71). Sum of RGB (Red+Green+Blue) = 5+79+71=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 79 (31.25% from 255 or 50.97% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 79 - color contains mainly: green. Hex color #054F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054F47 is #FAB0B8. Grayscale: #373737. Windows color (decimal): -16429241 or 4673285. OLE color: 4673285.
HSL color Cylindrical-coordinate representation of color #054F47: hue angle of 173.51º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054F47 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 79 | 71 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.69 |
| HSL | 173.51º | 0.88% | 0.16% | - |
| HSV(B) | 173.51º | 0.94% | 0.31% | - |
| XYZ | 4 | 6.08 | 6.92 | - |
| YUV | 55.96 | 136.48 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 71 | 0.94 | 0 | 0.10 | 0.69 | 173.51 | 0.88 | 0.16 |
| Hex | 5 | 4F | 47 | 5E | 0 | A | 45 | AE | 58 | 10 |
| Octal | 5 | 117 | 107 | 136 | 0 | 12 | 105 | 256 | 130 | 20 |
| Binary | 101 | 1001111 | 1000111 | 1011110 | 0 | 1010 | 1000101 | 10101110 | 1011000 | 10000 |
Color Harmonies of #054F47
Complementary color
Monochromatic Colors of #054F47
Black with #054F47
Text Example
Text Example
White with #054F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F47; }
p { color: rgb(5,79,71); }
H1.HeaderClassName
{
color: #054F47;
}
.AnyTagClassName
{
color: #054F47;
}
</style>
background-color css
<style>
a { background-color: #054F47; }
a { background-color: rgb(5,79,71); }
div.DivClassName
{
background-color: #054F47;
}
.BgClassName
{
background-color: #054F47;
}
</style>
border-color css
<style>
span { border-color: #054F47; }
span { border-color: rgb(5,79,71); }
td.TdClassName
{
border-color: #054F47;
}
.TagClassName
{
border-color: #054F47;
}
</style>