Shades of Cyprus #15564F
Tints of Cyprus #15564F
RGB
CMYK
RGB Variations
Color information
#15564F (or 0x15564F) is known color: Cyprus. HEX triplet: 15, 56 and 4F. RGB value is (21,86,79). Sum of RGB (Red+Green+Blue) = 21+86+79=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #15564F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15564F is #EAA9B0. Grayscale: #414141. Windows color (decimal): -15378865 or 5199381. OLE color: 5199381.
HSL color Cylindrical-coordinate representation of color #15564F: hue angle of 173.54º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #15564F is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 86 | 79 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.66 |
| HSL | 173.54º | 0.61% | 0.21% | - |
| HSV(B) | 173.54º | 0.76% | 0.34% | - |
| XYZ | 5.05 | 7.38 | 8.56 | - |
| YUV | 65.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 79 | 0.76 | 0 | 0.08 | 0.66 | 173.54 | 0.61 | 0.21 |
| Hex | 15 | 56 | 4F | 4C | 0 | 8 | 42 | AE | 3D | 15 |
| Octal | 25 | 126 | 117 | 114 | 0 | 10 | 102 | 256 | 75 | 25 |
| Binary | 10101 | 1010110 | 1001111 | 1001100 | 0 | 1000 | 1000010 | 10101110 | 111101 | 10101 |
Color Harmonies of #15564F
Complementary color
Monochromatic Colors of #15564F
Black with #15564F
Text Example
Text Example
White with #15564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15564F; }
p { color: rgb(21,86,79); }
H1.HeaderClassName
{
color: #15564F;
}
.AnyTagClassName
{
color: #15564F;
}
</style>
background-color css
<style>
a { background-color: #15564F; }
a { background-color: rgb(21,86,79); }
div.DivClassName
{
background-color: #15564F;
}
.BgClassName
{
background-color: #15564F;
}
</style>
border-color css
<style>
span { border-color: #15564F; }
span { border-color: rgb(21,86,79); }
td.TdClassName
{
border-color: #15564F;
}
.TagClassName
{
border-color: #15564F;
}
</style>