Shades of Cyprus #10584D
Tints of Cyprus #10584D
RGB
CMYK
RGB Variations
Color information
#10584D (or 0x10584D) is known color: Cyprus. HEX triplet: 10, 58 and 4D. RGB value is (16,88,77). Sum of RGB (Red+Green+Blue) = 16+88+77=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #10584D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10584D is #EFA7B2. Grayscale: #414141. Windows color (decimal): -15706035 or 5068816. OLE color: 5068816.
HSL color Cylindrical-coordinate representation of color #10584D: hue angle of 170.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10584D is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 77 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.65 |
| HSL | 170.83º | 0.69% | 0.2% | - |
| HSV(B) | 170.83º | 0.82% | 0.35% | - |
| XYZ | 5.04 | 7.63 | 8.23 | - |
| YUV | 65.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 77 | 0.82 | 0 | 0.12 | 0.65 | 170.83 | 0.69 | 0.2 |
| Hex | 10 | 58 | 4D | 52 | 0 | C | 41 | AB | 45 | 14 |
| Octal | 20 | 130 | 115 | 122 | 0 | 14 | 101 | 253 | 105 | 24 |
| Binary | 10000 | 1011000 | 1001101 | 1010010 | 0 | 1100 | 1000001 | 10101011 | 1000101 | 10100 |
Color Harmonies of #10584D
Complementary color
Monochromatic Colors of #10584D
Black with #10584D
Text Example
Text Example
White with #10584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10584D; }
p { color: rgb(16,88,77); }
H1.HeaderClassName
{
color: #10584D;
}
.AnyTagClassName
{
color: #10584D;
}
</style>
background-color css
<style>
a { background-color: #10584D; }
a { background-color: rgb(16,88,77); }
div.DivClassName
{
background-color: #10584D;
}
.BgClassName
{
background-color: #10584D;
}
</style>
border-color css
<style>
span { border-color: #10584D; }
span { border-color: rgb(16,88,77); }
td.TdClassName
{
border-color: #10584D;
}
.TagClassName
{
border-color: #10584D;
}
</style>