Shades of Cyprus #10564C
Tints of Cyprus #10564C
RGB
CMYK
RGB Variations
Color information
#10564C (or 0x10564C) is known color: Cyprus. HEX triplet: 10, 56 and 4C. RGB value is (16,86,76). Sum of RGB (Red+Green+Blue) = 16+86+76=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #10564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10564C is #EFA9B3. Grayscale: #3F3F3F. Windows color (decimal): -15706548 or 5002768. OLE color: 5002768.
HSL color Cylindrical-coordinate representation of color #10564C: hue angle of 171.43º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10564C is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 86 | 76 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.66 |
| HSL | 171.43º | 0.69% | 0.2% | - |
| HSV(B) | 171.43º | 0.81% | 0.34% | - |
| XYZ | 4.85 | 7.29 | 7.99 | - |
| YUV | 63.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 76 | 0.81 | 0 | 0.12 | 0.66 | 171.43 | 0.69 | 0.2 |
| Hex | 10 | 56 | 4C | 51 | 0 | C | 42 | AB | 45 | 14 |
| Octal | 20 | 126 | 114 | 121 | 0 | 14 | 102 | 253 | 105 | 24 |
| Binary | 10000 | 1010110 | 1001100 | 1010001 | 0 | 1100 | 1000010 | 10101011 | 1000101 | 10100 |
Color Harmonies of #10564C
Complementary color
Monochromatic Colors of #10564C
Black with #10564C
Text Example
Text Example
White with #10564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10564C; }
p { color: rgb(16,86,76); }
H1.HeaderClassName
{
color: #10564C;
}
.AnyTagClassName
{
color: #10564C;
}
</style>
background-color css
<style>
a { background-color: #10564C; }
a { background-color: rgb(16,86,76); }
div.DivClassName
{
background-color: #10564C;
}
.BgClassName
{
background-color: #10564C;
}
</style>
border-color css
<style>
span { border-color: #10564C; }
span { border-color: rgb(16,86,76); }
td.TdClassName
{
border-color: #10564C;
}
.TagClassName
{
border-color: #10564C;
}
</style>