Shades of Cyprus #0A564C
Tints of Cyprus #0A564C
RGB
CMYK
RGB Variations
Color information
#0A564C (or 0x0A564C) is known color: Cyprus. HEX triplet: 0A, 56 and 4C. RGB value is (10,86,76). Sum of RGB (Red+Green+Blue) = 10+86+76=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 86 - color contains mainly: green. Hex color #0A564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A564C is #F5A9B3. Grayscale: #3E3E3E. Windows color (decimal): -16099764 or 5002762. OLE color: 5002762.
HSL color Cylindrical-coordinate representation of color #0A564C: hue angle of 172.11º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A564C is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 86 | 76 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.66 |
| HSL | 172.11º | 0.79% | 0.19% | - |
| HSV(B) | 172.11º | 0.88% | 0.34% | - |
| XYZ | 4.76 | 7.24 | 7.98 | - |
| YUV | 62.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 86 | 76 | 0.88 | 0 | 0.12 | 0.66 | 172.11 | 0.79 | 0.19 |
| Hex | A | 56 | 4C | 58 | 0 | C | 42 | AC | 4F | 13 |
| Octal | 12 | 126 | 114 | 130 | 0 | 14 | 102 | 254 | 117 | 23 |
| Binary | 1010 | 1010110 | 1001100 | 1011000 | 0 | 1100 | 1000010 | 10101100 | 1001111 | 10011 |
Color Harmonies of #0A564C
Complementary color
Monochromatic Colors of #0A564C
Black with #0A564C
Text Example
Text Example
White with #0A564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A564C; }
p { color: rgb(10,86,76); }
H1.HeaderClassName
{
color: #0A564C;
}
.AnyTagClassName
{
color: #0A564C;
}
</style>
background-color css
<style>
a { background-color: #0A564C; }
a { background-color: rgb(10,86,76); }
div.DivClassName
{
background-color: #0A564C;
}
.BgClassName
{
background-color: #0A564C;
}
</style>
border-color css
<style>
span { border-color: #0A564C; }
span { border-color: rgb(10,86,76); }
td.TdClassName
{
border-color: #0A564C;
}
.TagClassName
{
border-color: #0A564C;
}
</style>