Shades of Cyprus #054B3F
Tints of Cyprus #054B3F
RGB
CMYK
RGB Variations
Color information
#054B3F (or 0x054B3F) is known color: Cyprus. HEX triplet: 05, 4B and 3F. RGB value is (5,75,63). Sum of RGB (Red+Green+Blue) = 5+75+63=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #054B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B3F is #FAB4C0. Grayscale: #343434. Windows color (decimal): -16430273 or 4147973. OLE color: 4147973.
HSL color Cylindrical-coordinate representation of color #054B3F: hue angle of 169.71º 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 #054B3F is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 63 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.71 |
| HSL | 169.71º | 0.88% | 0.16% | - |
| HSV(B) | 169.71º | 0.93% | 0.29% | - |
| XYZ | 3.48 | 5.42 | 5.57 | - |
| YUV | 52.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 63 | 0.93 | 0 | 0.16 | 0.71 | 169.71 | 0.88 | 0.16 |
| Hex | 5 | 4B | 3F | 5D | 0 | 10 | 47 | AA | 58 | 10 |
| Octal | 5 | 113 | 77 | 135 | 0 | 20 | 107 | 252 | 130 | 20 |
| Binary | 101 | 1001011 | 111111 | 1011101 | 0 | 10000 | 1000111 | 10101010 | 1011000 | 10000 |
Color Harmonies of #054B3F
Complementary color
Monochromatic Colors of #054B3F
Black with #054B3F
Text Example
Text Example
White with #054B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B3F; }
p { color: rgb(5,75,63); }
H1.HeaderClassName
{
color: #054B3F;
}
.AnyTagClassName
{
color: #054B3F;
}
</style>
background-color css
<style>
a { background-color: #054B3F; }
a { background-color: rgb(5,75,63); }
div.DivClassName
{
background-color: #054B3F;
}
.BgClassName
{
background-color: #054B3F;
}
</style>
border-color css
<style>
span { border-color: #054B3F; }
span { border-color: rgb(5,75,63); }
td.TdClassName
{
border-color: #054B3F;
}
.TagClassName
{
border-color: #054B3F;
}
</style>