#165253

Color #165253 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #165253

Tints of Cyprus #165253

Color information

#165253 (or 0x165253) is unknown color: approx Cyprus. HEX triplet: 16, 52 and 53. RGB value is (22,82,83). Sum of RGB (Red+Green+Blue) = 22+82+83=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #165253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165253 is #E9ADAC. Grayscale: #404040. Windows color (decimal): -15314349 or 5460502. OLE color: 5460502.

HSL color Cylindrical-coordinate representation of color #165253: hue angle of 180.98º 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 #165253 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB228283-
CMYK0.730.0100.67
HSL180.98º58.1%20.59%-
HSV(B)180.98º73.49%32.55%-
XYZ4.916.839.24-
YUV64.17138.6297.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=11.76%
G=43.85%
B=44.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2282830.730.0100.67180.9858.120.59
Hex165253491043b53a15
Octal26122123111101032657225
Binary101101010010101001110010011010000111011010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165253; }

 p { color: rgb(22,82,83); }

 H1.HeaderClassName
 {
   color: #165253;
 }
 .AnyTagClassName
 {
   color: #165253;
 }
</style>
background-color css

<style>
 a { background-color: #165253; }

 a { background-color: rgb(22,82,83); }

 div.DivClassName
 {
   background-color: #165253;
 }
 .BgClassName
 {
   background-color: #165253;
 }
</style>
border-color css

<style>
 span { border-color: #165253; }

 span { border-color: rgb(22,82,83); }

 td.TdClassName
 {
   border-color: #165253;
 }
 .TagClassName
 {
   border-color: #165253;
 }
</style>