Shades of Cyprus #054A40
Tints of Cyprus #054A40
RGB
CMYK
RGB Variations
Color information
#054A40 (or 0x054A40) is known color: Cyprus. HEX triplet: 05, 4A and 40. RGB value is (5,74,64). Sum of RGB (Red+Green+Blue) = 5+74+64=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #054A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A40 is #FAB5BF. Grayscale: #343434. Windows color (decimal): -16430528 or 4213253. OLE color: 4213253.
HSL color Cylindrical-coordinate representation of color #054A40: hue angle of 171.3º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054A40 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 74 | 64 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.71 |
| HSL | 171.3º | 0.87% | 0.15% | - |
| HSV(B) | 171.3º | 0.93% | 0.29% | - |
| XYZ | 3.44 | 5.3 | 5.69 | - |
| YUV | 52.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 64 | 0.93 | 0 | 0.14 | 0.71 | 171.3 | 0.87 | 0.15 |
| Hex | 5 | 4A | 40 | 5D | 0 | E | 47 | AB | 57 | F |
| Octal | 5 | 112 | 100 | 135 | 0 | 16 | 107 | 253 | 127 | 17 |
| Binary | 101 | 1001010 | 1000000 | 1011101 | 0 | 1110 | 1000111 | 10101011 | 1010111 | 1111 |
Color Harmonies of #054A40
Complementary color
Monochromatic Colors of #054A40
Black with #054A40
Text Example
Text Example
White with #054A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A40; }
p { color: rgb(5,74,64); }
H1.HeaderClassName
{
color: #054A40;
}
.AnyTagClassName
{
color: #054A40;
}
</style>
background-color css
<style>
a { background-color: #054A40; }
a { background-color: rgb(5,74,64); }
div.DivClassName
{
background-color: #054A40;
}
.BgClassName
{
background-color: #054A40;
}
</style>
border-color css
<style>
span { border-color: #054A40; }
span { border-color: rgb(5,74,64); }
td.TdClassName
{
border-color: #054A40;
}
.TagClassName
{
border-color: #054A40;
}
</style>