Shades of Cyprus #165255
Tints of Cyprus #165255
RGB
CMYK
RGB Variations
Color information
#165255 (or 0x165255) is known color: Cyprus. HEX triplet: 16, 52 and 55. RGB value is (22,82,85). Sum of RGB (Red+Green+Blue) = 22+82+85=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #165255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165255 is #E9ADAA. Grayscale: #404040. Windows color (decimal): -15314347 or 5591574. OLE color: 5591574.
HSL color Cylindrical-coordinate representation of color #165255: hue angle of 182.86º 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 #165255 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 82 | 85 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.67 |
| HSL | 182.86º | 0.59% | 0.21% | - |
| HSV(B) | 182.86º | 0.74% | 0.33% | - |
| XYZ | 4.99 | 6.86 | 9.66 | - |
| YUV | 64.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 85 | 0.74 | 0.04 | 0 | 0.67 | 182.86 | 0.59 | 0.21 |
| Hex | 16 | 52 | 55 | 4A | 4 | 0 | 43 | B7 | 3B | 15 |
| Octal | 26 | 122 | 125 | 112 | 4 | 0 | 103 | 267 | 73 | 25 |
| Binary | 10110 | 1010010 | 1010101 | 1001010 | 100 | 0 | 1000011 | 10110111 | 111011 | 10101 |
Color Harmonies of #165255
Complementary color
Monochromatic Colors of #165255
Black with #165255
Text Example
Text Example
White with #165255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165255; }
p { color: rgb(22,82,85); }
H1.HeaderClassName
{
color: #165255;
}
.AnyTagClassName
{
color: #165255;
}
</style>
background-color css
<style>
a { background-color: #165255; }
a { background-color: rgb(22,82,85); }
div.DivClassName
{
background-color: #165255;
}
.BgClassName
{
background-color: #165255;
}
</style>
border-color css
<style>
span { border-color: #165255; }
span { border-color: rgb(22,82,85); }
td.TdClassName
{
border-color: #165255;
}
.TagClassName
{
border-color: #165255;
}
</style>