#166585

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

Shades of Allports #166585

Tints of Allports #166585

Color information

#166585 (or 0x166585) is unknown color: approx Allports. HEX triplet: 16, 65 and 85. RGB value is (22,101,133). Sum of RGB (Red+Green+Blue) = 22+101+133=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #166585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166585 is #E99A7A. Grayscale: #505050. Windows color (decimal): -15309435 or 8742166. OLE color: 8742166.

HSL color Cylindrical-coordinate representation of color #166585: hue angle of 197.3º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166585 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB22101133-
CMYK0.830.2400.48
HSL197.3º71.61%30.39%-
HSV(B)197.3º83.46%52.16%-
XYZ9.2211.1723.86-
YUV81.03157.3385.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.59%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 133 (52.34% from 255) = 51.95%
R=8.59%
G=39.45%
B=51.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221011330.830.2400.48197.371.6130.39
Hex1665855318030c5481e
Octal261452051233006030511036
Binary10110110010110000101101001111000011000011000101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166585; }

 p { color: rgb(22,101,133); }

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

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

 a { background-color: rgb(22,101,133); }

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

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

 span { border-color: rgb(22,101,133); }

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