Shades of Cyprus #054B3E
Tints of Cyprus #054B3E
RGB
CMYK
RGB Variations
Color information
#054B3E (or 0x054B3E) is known color: Cyprus. HEX triplet: 05, 4B and 3E. RGB value is (5,75,62). Sum of RGB (Red+Green+Blue) = 5+75+62=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #054B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B3E is #FAB4C1. Grayscale: #343434. Windows color (decimal): -16430274 or 4082437. OLE color: 4082437.
HSL color Cylindrical-coordinate representation of color #054B3E: hue angle of 168.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B3E is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 62 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.71 |
| HSL | 168.86º | 0.88% | 0.16% | - |
| HSV(B) | 168.86º | 0.93% | 0.29% | - |
| XYZ | 3.45 | 5.41 | 5.42 | - |
| YUV | 52.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 62 | 0.93 | 0 | 0.17 | 0.71 | 168.86 | 0.88 | 0.16 |
| Hex | 5 | 4B | 3E | 5D | 0 | 11 | 47 | A9 | 58 | 10 |
| Octal | 5 | 113 | 76 | 135 | 0 | 21 | 107 | 251 | 130 | 20 |
| Binary | 101 | 1001011 | 111110 | 1011101 | 0 | 10001 | 1000111 | 10101001 | 1011000 | 10000 |
Color Harmonies of #054B3E
Complementary color
Monochromatic Colors of #054B3E
Black with #054B3E
Text Example
Text Example
White with #054B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B3E; }
p { color: rgb(5,75,62); }
H1.HeaderClassName
{
color: #054B3E;
}
.AnyTagClassName
{
color: #054B3E;
}
</style>
background-color css
<style>
a { background-color: #054B3E; }
a { background-color: rgb(5,75,62); }
div.DivClassName
{
background-color: #054B3E;
}
.BgClassName
{
background-color: #054B3E;
}
</style>
border-color css
<style>
span { border-color: #054B3E; }
span { border-color: rgb(5,75,62); }
td.TdClassName
{
border-color: #054B3E;
}
.TagClassName
{
border-color: #054B3E;
}
</style>