Shades of Cyprus #11574F
Tints of Cyprus #11574F
RGB
CMYK
RGB Variations
Color information
#11574F (or 0x11574F) is known color: Cyprus. HEX triplet: 11, 57 and 4F. RGB value is (17,87,79). Sum of RGB (Red+Green+Blue) = 17+87+79=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #11574F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11574F is #EEA8B0. Grayscale: #414141. Windows color (decimal): -15640753 or 5199633. OLE color: 5199633.
HSL color Cylindrical-coordinate representation of color #11574F: hue angle of 173.14º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11574F is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 87 | 79 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.66 |
| HSL | 173.14º | 0.67% | 0.2% | - |
| HSV(B) | 173.14º | 0.8% | 0.34% | - |
| XYZ | 5.05 | 7.5 | 8.58 | - |
| YUV | 65.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 79 | 0.80 | 0 | 0.09 | 0.66 | 173.14 | 0.67 | 0.2 |
| Hex | 11 | 57 | 4F | 50 | 0 | 9 | 42 | AD | 43 | 14 |
| Octal | 21 | 127 | 117 | 120 | 0 | 11 | 102 | 255 | 103 | 24 |
| Binary | 10001 | 1010111 | 1001111 | 1010000 | 0 | 1001 | 1000010 | 10101101 | 1000011 | 10100 |
Color Harmonies of #11574F
Complementary color
Monochromatic Colors of #11574F
Black with #11574F
Text Example
Text Example
White with #11574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11574F; }
p { color: rgb(17,87,79); }
H1.HeaderClassName
{
color: #11574F;
}
.AnyTagClassName
{
color: #11574F;
}
</style>
background-color css
<style>
a { background-color: #11574F; }
a { background-color: rgb(17,87,79); }
div.DivClassName
{
background-color: #11574F;
}
.BgClassName
{
background-color: #11574F;
}
</style>
border-color css
<style>
span { border-color: #11574F; }
span { border-color: rgb(17,87,79); }
td.TdClassName
{
border-color: #11574F;
}
.TagClassName
{
border-color: #11574F;
}
</style>