Shades of Cyprus #13574D
Tints of Cyprus #13574D
RGB
CMYK
RGB Variations
Color information
#13574D (or 0x13574D) is known color: Cyprus. HEX triplet: 13, 57 and 4D. RGB value is (19,87,77). Sum of RGB (Red+Green+Blue) = 19+87+77=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #13574D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13574D is #ECA8B2. Grayscale: #414141. Windows color (decimal): -15509683 or 5068563. OLE color: 5068563.
HSL color Cylindrical-coordinate representation of color #13574D: hue angle of 171.18º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13574D is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 87 | 77 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.66 |
| HSL | 171.18º | 0.64% | 0.21% | - |
| HSV(B) | 171.18º | 0.78% | 0.34% | - |
| XYZ | 5.02 | 7.49 | 8.2 | - |
| YUV | 65.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 77 | 0.78 | 0 | 0.11 | 0.66 | 171.18 | 0.64 | 0.21 |
| Hex | 13 | 57 | 4D | 4E | 0 | B | 42 | AB | 40 | 15 |
| Octal | 23 | 127 | 115 | 116 | 0 | 13 | 102 | 253 | 100 | 25 |
| Binary | 10011 | 1010111 | 1001101 | 1001110 | 0 | 1011 | 1000010 | 10101011 | 1000000 | 10101 |
Color Harmonies of #13574D
Complementary color
Monochromatic Colors of #13574D
Black with #13574D
Text Example
Text Example
White with #13574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13574D; }
p { color: rgb(19,87,77); }
H1.HeaderClassName
{
color: #13574D;
}
.AnyTagClassName
{
color: #13574D;
}
</style>
background-color css
<style>
a { background-color: #13574D; }
a { background-color: rgb(19,87,77); }
div.DivClassName
{
background-color: #13574D;
}
.BgClassName
{
background-color: #13574D;
}
</style>
border-color css
<style>
span { border-color: #13574D; }
span { border-color: rgb(19,87,77); }
td.TdClassName
{
border-color: #13574D;
}
.TagClassName
{
border-color: #13574D;
}
</style>