Shades of Cyprus #054E43
Tints of Cyprus #054E43
RGB
CMYK
RGB Variations
Color information
#054E43 (or 0x054E43) is known color: Cyprus. HEX triplet: 05, 4E and 43. RGB value is (5,78,67). Sum of RGB (Red+Green+Blue) = 5+78+67=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 78 (30.86% from 255 or 52% from 150); Blue value is 67 (26.56% from 255 or 44.67% from 150); Max value from RGB is 78 - color contains mainly: green. Hex color #054E43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054E43 is #FAB1BC. Grayscale: #363636. Windows color (decimal): -16429501 or 4410885. OLE color: 4410885.
HSL color Cylindrical-coordinate representation of color #054E43: hue angle of 170.96º 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 #054E43 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 78 | 67 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.69 |
| HSL | 170.96º | 0.88% | 0.16% | - |
| HSV(B) | 170.96º | 0.94% | 0.31% | - |
| XYZ | 3.8 | 5.89 | 6.25 | - |
| YUV | 54.92 | 134.82 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 67 | 0.94 | 0 | 0.14 | 0.69 | 170.96 | 0.88 | 0.16 |
| Hex | 5 | 4E | 43 | 5E | 0 | E | 45 | AB | 58 | 10 |
| Octal | 5 | 116 | 103 | 136 | 0 | 16 | 105 | 253 | 130 | 20 |
| Binary | 101 | 1001110 | 1000011 | 1011110 | 0 | 1110 | 1000101 | 10101011 | 1011000 | 10000 |
Color Harmonies of #054E43
Complementary color
Monochromatic Colors of #054E43
Black with #054E43
Text Example
Text Example
White with #054E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E43; }
p { color: rgb(5,78,67); }
H1.HeaderClassName
{
color: #054E43;
}
.AnyTagClassName
{
color: #054E43;
}
</style>
background-color css
<style>
a { background-color: #054E43; }
a { background-color: rgb(5,78,67); }
div.DivClassName
{
background-color: #054E43;
}
.BgClassName
{
background-color: #054E43;
}
</style>
border-color css
<style>
span { border-color: #054E43; }
span { border-color: rgb(5,78,67); }
td.TdClassName
{
border-color: #054E43;
}
.TagClassName
{
border-color: #054E43;
}
</style>