#85759A

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

Shades of Deluge #85759A

Tints of Deluge #85759A

Color information

#85759A (or 0x85759A) is unknown color: approx Deluge. HEX triplet: 85, 75 and 9A. RGB value is (133,117,154). Sum of RGB (Red+Green+Blue) = 133+117+154=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #85759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85759A is #7A8A65. Grayscale: #7D7D7D. Windows color (decimal): -8030822 or 10122629. OLE color: 10122629.

HSL color Cylindrical-coordinate representation of color #85759A: hue angle of 265.95º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85759A is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB133117154-
CMYK0.140.2400.40
HSL265.95º15.48%53.14%-
HSV(B)265.95º24.03%60.39%-
XYZ21.8720.0433.29-
YUV126143.8132.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=32.92%
G=28.96%
B=38.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331171540.140.2400.40265.9515.4853.14
Hex85759AE1802810af35
Octal20516523216300504121765
Binary1000010111101011001101011101100001010001000010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85759A; }

 p { color: rgb(133,117,154); }

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

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

 a { background-color: rgb(133,117,154); }

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

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

 span { border-color: rgb(133,117,154); }

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