Shades of Cyprus #11544E
Tints of Cyprus #11544E
RGB
CMYK
RGB Variations
Color information
#11544E (or 0x11544E) is known color: Cyprus. HEX triplet: 11, 54 and 4E. RGB value is (17,84,78). Sum of RGB (Red+Green+Blue) = 17+84+78=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #11544E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11544E is #EEABB1. Grayscale: #3F3F3F. Windows color (decimal): -15641522 or 5133329. OLE color: 5133329.
HSL color Cylindrical-coordinate representation of color #11544E: hue angle of 174.63º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11544E is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 84 | 78 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.67 |
| HSL | 174.63º | 0.66% | 0.2% | - |
| HSV(B) | 174.63º | 0.8% | 0.33% | - |
| XYZ | 4.78 | 7.01 | 8.31 | - |
| YUV | 63.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 78 | 0.80 | 0 | 0.07 | 0.67 | 174.63 | 0.66 | 0.2 |
| Hex | 11 | 54 | 4E | 50 | 0 | 7 | 43 | AF | 42 | 14 |
| Octal | 21 | 124 | 116 | 120 | 0 | 7 | 103 | 257 | 102 | 24 |
| Binary | 10001 | 1010100 | 1001110 | 1010000 | 0 | 111 | 1000011 | 10101111 | 1000010 | 10100 |
Color Harmonies of #11544E
Complementary color
Monochromatic Colors of #11544E
Black with #11544E
Text Example
Text Example
White with #11544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11544E; }
p { color: rgb(17,84,78); }
H1.HeaderClassName
{
color: #11544E;
}
.AnyTagClassName
{
color: #11544E;
}
</style>
background-color css
<style>
a { background-color: #11544E; }
a { background-color: rgb(17,84,78); }
div.DivClassName
{
background-color: #11544E;
}
.BgClassName
{
background-color: #11544E;
}
</style>
border-color css
<style>
span { border-color: #11544E; }
span { border-color: rgb(17,84,78); }
td.TdClassName
{
border-color: #11544E;
}
.TagClassName
{
border-color: #11544E;
}
</style>