Shades of Cyprus #11544D
Tints of Cyprus #11544D
RGB
CMYK
RGB Variations
Color information
#11544D (or 0x11544D) is known color: Cyprus. HEX triplet: 11, 54 and 4D. RGB value is (17,84,77). Sum of RGB (Red+Green+Blue) = 17+84+77=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #11544D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11544D is #EEABB2. Grayscale: #3F3F3F. Windows color (decimal): -15641523 or 5067793. OLE color: 5067793.
HSL color Cylindrical-coordinate representation of color #11544D: hue angle of 173.73º 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 #11544D is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 84 | 77 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.67 |
| HSL | 173.73º | 0.66% | 0.2% | - |
| HSV(B) | 173.73º | 0.8% | 0.33% | - |
| XYZ | 4.74 | 7 | 8.12 | - |
| YUV | 63.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 77 | 0.80 | 0 | 0.08 | 0.67 | 173.73 | 0.66 | 0.2 |
| Hex | 11 | 54 | 4D | 50 | 0 | 8 | 43 | AE | 42 | 14 |
| Octal | 21 | 124 | 115 | 120 | 0 | 10 | 103 | 256 | 102 | 24 |
| Binary | 10001 | 1010100 | 1001101 | 1010000 | 0 | 1000 | 1000011 | 10101110 | 1000010 | 10100 |
Color Harmonies of #11544D
Complementary color
Monochromatic Colors of #11544D
Black with #11544D
Text Example
Text Example
White with #11544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11544D; }
p { color: rgb(17,84,77); }
H1.HeaderClassName
{
color: #11544D;
}
.AnyTagClassName
{
color: #11544D;
}
</style>
background-color css
<style>
a { background-color: #11544D; }
a { background-color: rgb(17,84,77); }
div.DivClassName
{
background-color: #11544D;
}
.BgClassName
{
background-color: #11544D;
}
</style>
border-color css
<style>
span { border-color: #11544D; }
span { border-color: rgb(17,84,77); }
td.TdClassName
{
border-color: #11544D;
}
.TagClassName
{
border-color: #11544D;
}
</style>