Shades of Cyprus #13564B
Tints of Cyprus #13564B
RGB
CMYK
RGB Variations
Color information
#13564B (or 0x13564B) is known color: Cyprus. HEX triplet: 13, 56 and 4B. RGB value is (19,86,75). Sum of RGB (Red+Green+Blue) = 19+86+75=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #13564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13564B is #ECA9B4. Grayscale: #404040. Windows color (decimal): -15509941 or 4937235. OLE color: 4937235.
HSL color Cylindrical-coordinate representation of color #13564B: hue angle of 170.15º 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 #13564B is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 86 | 75 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.66 |
| HSL | 170.15º | 0.64% | 0.21% | - |
| HSV(B) | 170.15º | 0.78% | 0.34% | - |
| XYZ | 4.87 | 7.3 | 7.81 | - |
| YUV | 64.71 | 133.8 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 75 | 0.78 | 0 | 0.13 | 0.66 | 170.15 | 0.64 | 0.21 |
| Hex | 13 | 56 | 4B | 4E | 0 | D | 42 | AA | 40 | 15 |
| Octal | 23 | 126 | 113 | 116 | 0 | 15 | 102 | 252 | 100 | 25 |
| Binary | 10011 | 1010110 | 1001011 | 1001110 | 0 | 1101 | 1000010 | 10101010 | 1000000 | 10101 |
Color Harmonies of #13564B
Complementary color
Monochromatic Colors of #13564B
Black with #13564B
Text Example
Text Example
White with #13564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13564B; }
p { color: rgb(19,86,75); }
H1.HeaderClassName
{
color: #13564B;
}
.AnyTagClassName
{
color: #13564B;
}
</style>
background-color css
<style>
a { background-color: #13564B; }
a { background-color: rgb(19,86,75); }
div.DivClassName
{
background-color: #13564B;
}
.BgClassName
{
background-color: #13564B;
}
</style>
border-color css
<style>
span { border-color: #13564B; }
span { border-color: rgb(19,86,75); }
td.TdClassName
{
border-color: #13564B;
}
.TagClassName
{
border-color: #13564B;
}
</style>