Shades of Cyprus #164D53
Tints of Cyprus #164D53
RGB
CMYK
RGB Variations
Color information
#164D53 (or 0x164D53) is known color: Cyprus. HEX triplet: 16, 4D and 53. RGB value is (22,77,83). Sum of RGB (Red+Green+Blue) = 22+77+83=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #164D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D53 is #E9B2AC. Grayscale: #3D3D3D. Windows color (decimal): -15315629 or 5459222. OLE color: 5459222.
HSL color Cylindrical-coordinate representation of color #164D53: hue angle of 185.9º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164D53 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 77 | 83 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.67 |
| HSL | 185.9º | 0.58% | 0.21% | - |
| HSV(B) | 185.9º | 0.73% | 0.33% | - |
| XYZ | 4.55 | 6.1 | 9.12 | - |
| YUV | 61.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 83 | 0.73 | 0.07 | 0 | 0.67 | 185.9 | 0.58 | 0.21 |
| Hex | 16 | 4D | 53 | 49 | 7 | 0 | 43 | BA | 3A | 15 |
| Octal | 26 | 115 | 123 | 111 | 7 | 0 | 103 | 272 | 72 | 25 |
| Binary | 10110 | 1001101 | 1010011 | 1001001 | 111 | 0 | 1000011 | 10111010 | 111010 | 10101 |
Color Harmonies of #164D53
Complementary color
Monochromatic Colors of #164D53
Black with #164D53
Text Example
Text Example
White with #164D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D53; }
p { color: rgb(22,77,83); }
H1.HeaderClassName
{
color: #164D53;
}
.AnyTagClassName
{
color: #164D53;
}
</style>
background-color css
<style>
a { background-color: #164D53; }
a { background-color: rgb(22,77,83); }
div.DivClassName
{
background-color: #164D53;
}
.BgClassName
{
background-color: #164D53;
}
</style>
border-color css
<style>
span { border-color: #164D53; }
span { border-color: rgb(22,77,83); }
td.TdClassName
{
border-color: #164D53;
}
.TagClassName
{
border-color: #164D53;
}
</style>