Shades of Cyprus #10574F
Tints of Cyprus #10574F
RGB
CMYK
RGB Variations
Color information
#10574F (or 0x10574F) is known color: Cyprus. HEX triplet: 10, 57 and 4F. RGB value is (16,87,79). Sum of RGB (Red+Green+Blue) = 16+87+79=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 87 (34.38% from 255 or 47.80% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 87 - color contains mainly: green. Hex color #10574F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10574F is #EFA8B0. Grayscale: #404040. Windows color (decimal): -15706289 or 5199632. OLE color: 5199632.
HSL color Cylindrical-coordinate representation of color #10574F: hue angle of 173.24º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10574F is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 87 | 79 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.66 |
| HSL | 173.24º | 0.69% | 0.2% | - |
| HSV(B) | 173.24º | 0.82% | 0.34% | - |
| XYZ | 5.03 | 7.49 | 8.58 | - |
| YUV | 64.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 79 | 0.82 | 0 | 0.09 | 0.66 | 173.24 | 0.69 | 0.2 |
| Hex | 10 | 57 | 4F | 52 | 0 | 9 | 42 | AD | 45 | 14 |
| Octal | 20 | 127 | 117 | 122 | 0 | 11 | 102 | 255 | 105 | 24 |
| Binary | 10000 | 1010111 | 1001111 | 1010010 | 0 | 1001 | 1000010 | 10101101 | 1000101 | 10100 |
Color Harmonies of #10574F
Complementary color
Monochromatic Colors of #10574F
Black with #10574F
Text Example
Text Example
White with #10574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10574F; }
p { color: rgb(16,87,79); }
H1.HeaderClassName
{
color: #10574F;
}
.AnyTagClassName
{
color: #10574F;
}
</style>
background-color css
<style>
a { background-color: #10574F; }
a { background-color: rgb(16,87,79); }
div.DivClassName
{
background-color: #10574F;
}
.BgClassName
{
background-color: #10574F;
}
</style>
border-color css
<style>
span { border-color: #10574F; }
span { border-color: rgb(16,87,79); }
td.TdClassName
{
border-color: #10574F;
}
.TagClassName
{
border-color: #10574F;
}
</style>