Shades of Cyprus #11504B
Tints of Cyprus #11504B
RGB
CMYK
RGB Variations
Color information
#11504B (or 0x11504B) is known color: Cyprus. HEX triplet: 11, 50 and 4B. RGB value is (17,80,75). Sum of RGB (Red+Green+Blue) = 17+80+75=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #11504B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11504B is #EEAFB4. Grayscale: #3C3C3C. Windows color (decimal): -15642549 or 4935697. OLE color: 4935697.
HSL color Cylindrical-coordinate representation of color #11504B: hue angle of 175.24º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11504B is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 80 | 75 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.69 |
| HSL | 175.24º | 0.65% | 0.19% | - |
| HSV(B) | 175.24º | 0.79% | 0.31% | - |
| XYZ | 4.37 | 6.36 | 7.65 | - |
| YUV | 60.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 75 | 0.79 | 0 | 0.06 | 0.69 | 175.24 | 0.65 | 0.19 |
| Hex | 11 | 50 | 4B | 4F | 0 | 6 | 45 | AF | 41 | 13 |
| Octal | 21 | 120 | 113 | 117 | 0 | 6 | 105 | 257 | 101 | 23 |
| Binary | 10001 | 1010000 | 1001011 | 1001111 | 0 | 110 | 1000101 | 10101111 | 1000001 | 10011 |
Color Harmonies of #11504B
Complementary color
Monochromatic Colors of #11504B
Black with #11504B
Text Example
Text Example
White with #11504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11504B; }
p { color: rgb(17,80,75); }
H1.HeaderClassName
{
color: #11504B;
}
.AnyTagClassName
{
color: #11504B;
}
</style>
background-color css
<style>
a { background-color: #11504B; }
a { background-color: rgb(17,80,75); }
div.DivClassName
{
background-color: #11504B;
}
.BgClassName
{
background-color: #11504B;
}
</style>
border-color css
<style>
span { border-color: #11504B; }
span { border-color: rgb(17,80,75); }
td.TdClassName
{
border-color: #11504B;
}
.TagClassName
{
border-color: #11504B;
}
</style>