Shades of Cyprus #0A5546
Tints of Cyprus #0A5546
RGB
CMYK
RGB Variations
Color information
#0A5546 (or 0x0A5546) is known color: Cyprus. HEX triplet: 0A, 55 and 46. RGB value is (10,85,70). Sum of RGB (Red+Green+Blue) = 10+85+70=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5546 is #F5AAB9. Grayscale: #3C3C3C. Windows color (decimal): -16100026 or 4609290. OLE color: 4609290.
HSL color Cylindrical-coordinate representation of color #0A5546: hue angle of 168º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5546 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 85 | 70 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.67 |
| HSL | 168º | 0.79% | 0.19% | - |
| HSV(B) | 168º | 0.88% | 0.33% | - |
| XYZ | 4.48 | 7 | 6.91 | - |
| YUV | 60.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 70 | 0.88 | 0 | 0.18 | 0.67 | 168 | 0.79 | 0.19 |
| Hex | A | 55 | 46 | 58 | 0 | 12 | 43 | A8 | 4F | 13 |
| Octal | 12 | 125 | 106 | 130 | 0 | 22 | 103 | 250 | 117 | 23 |
| Binary | 1010 | 1010101 | 1000110 | 1011000 | 0 | 10010 | 1000011 | 10101000 | 1001111 | 10011 |
Color Harmonies of #0A5546
Complementary color
Monochromatic Colors of #0A5546
Black with #0A5546
Text Example
Text Example
White with #0A5546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5546; }
p { color: rgb(10,85,70); }
H1.HeaderClassName
{
color: #0A5546;
}
.AnyTagClassName
{
color: #0A5546;
}
</style>
background-color css
<style>
a { background-color: #0A5546; }
a { background-color: rgb(10,85,70); }
div.DivClassName
{
background-color: #0A5546;
}
.BgClassName
{
background-color: #0A5546;
}
</style>
border-color css
<style>
span { border-color: #0A5546; }
span { border-color: rgb(10,85,70); }
td.TdClassName
{
border-color: #0A5546;
}
.TagClassName
{
border-color: #0A5546;
}
</style>