#165052

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

Shades of Cyprus #165052

Tints of Cyprus #165052

Color information

#165052 (or 0x165052) is unknown color: approx Cyprus. HEX triplet: 16, 50 and 52. RGB value is (22,80,82). Sum of RGB (Red+Green+Blue) = 22+80+82=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #165052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165052 is #E9AFAD. Grayscale: #3E3E3E. Windows color (decimal): -15314862 or 5394454. OLE color: 5394454.

HSL color Cylindrical-coordinate representation of color #165052: hue angle of 182º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165052 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB228082-
CMYK0.730.0200.68
HSL182º57.69%20.39%-
HSV(B)182º73.17%32.16%-
XYZ4.726.528.99-
YUV62.89138.7898.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.96%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 82 (32.42% from 255) = 44.57%
R=11.96%
G=43.48%
B=44.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2280820.730.0200.6818257.6920.39
Hex165052492044b63a14
Octal26120122111201042667224
Binary1011010100001010010100100110010001001011011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165052; }

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

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

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

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

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

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

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

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