Shades of Cyprus #0A5044
Tints of Cyprus #0A5044
RGB
CMYK
RGB Variations
Color information
#0A5044 (or 0x0A5044) is known color: Cyprus. HEX triplet: 0A, 50 and 44. RGB value is (10,80,68). Sum of RGB (Red+Green+Blue) = 10+80+68=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #0A5044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5044 is #F5AFBB. Grayscale: #393939. Windows color (decimal): -16101308 or 4476938. OLE color: 4476938.
HSL color Cylindrical-coordinate representation of color #0A5044: hue angle of 169.71º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5044 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 80 | 68 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.69 |
| HSL | 169.71º | 0.78% | 0.18% | - |
| HSV(B) | 169.71º | 0.88% | 0.31% | - |
| XYZ | 4.04 | 6.22 | 6.46 | - |
| YUV | 57.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 68 | 0.87 | 0 | 0.15 | 0.69 | 169.71 | 0.78 | 0.18 |
| Hex | A | 50 | 44 | 57 | 0 | F | 45 | AA | 4E | 12 |
| Octal | 12 | 120 | 104 | 127 | 0 | 17 | 105 | 252 | 116 | 22 |
| Binary | 1010 | 1010000 | 1000100 | 1010111 | 0 | 1111 | 1000101 | 10101010 | 1001110 | 10010 |
Color Harmonies of #0A5044
Complementary color
Monochromatic Colors of #0A5044
Black with #0A5044
Text Example
Text Example
White with #0A5044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5044; }
p { color: rgb(10,80,68); }
H1.HeaderClassName
{
color: #0A5044;
}
.AnyTagClassName
{
color: #0A5044;
}
</style>
background-color css
<style>
a { background-color: #0A5044; }
a { background-color: rgb(10,80,68); }
div.DivClassName
{
background-color: #0A5044;
}
.BgClassName
{
background-color: #0A5044;
}
</style>
border-color css
<style>
span { border-color: #0A5044; }
span { border-color: rgb(10,80,68); }
td.TdClassName
{
border-color: #0A5044;
}
.TagClassName
{
border-color: #0A5044;
}
</style>