Shades of Cyprus #164F55
Tints of Cyprus #164F55
RGB
CMYK
RGB Variations
Color information
#164F55 (or 0x164F55) is known color: Cyprus. HEX triplet: 16, 4F and 55. RGB value is (22,79,85). Sum of RGB (Red+Green+Blue) = 22+79+85=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #164F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164F55 is #E9B0AA. Grayscale: #3E3E3E. Windows color (decimal): -15315115 or 5590806. OLE color: 5590806.
HSL color Cylindrical-coordinate representation of color #164F55: hue angle of 185.71º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164F55 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 79 | 85 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.67 |
| HSL | 185.71º | 0.59% | 0.21% | - |
| HSV(B) | 185.71º | 0.74% | 0.33% | - |
| XYZ | 4.77 | 6.42 | 9.58 | - |
| YUV | 62.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 85 | 0.74 | 0.07 | 0 | 0.67 | 185.71 | 0.59 | 0.21 |
| Hex | 16 | 4F | 55 | 4A | 7 | 0 | 43 | BA | 3B | 15 |
| Octal | 26 | 117 | 125 | 112 | 7 | 0 | 103 | 272 | 73 | 25 |
| Binary | 10110 | 1001111 | 1010101 | 1001010 | 111 | 0 | 1000011 | 10111010 | 111011 | 10101 |
Color Harmonies of #164F55
Complementary color
Monochromatic Colors of #164F55
Black with #164F55
Text Example
Text Example
White with #164F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164F55; }
p { color: rgb(22,79,85); }
H1.HeaderClassName
{
color: #164F55;
}
.AnyTagClassName
{
color: #164F55;
}
</style>
background-color css
<style>
a { background-color: #164F55; }
a { background-color: rgb(22,79,85); }
div.DivClassName
{
background-color: #164F55;
}
.BgClassName
{
background-color: #164F55;
}
</style>
border-color css
<style>
span { border-color: #164F55; }
span { border-color: rgb(22,79,85); }
td.TdClassName
{
border-color: #164F55;
}
.TagClassName
{
border-color: #164F55;
}
</style>