#85759E

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

Shades of Deluge #85759E

Tints of Deluge #85759E

Color information

#85759E (or 0x85759E) is unknown color: approx Deluge. HEX triplet: 85, 75 and 9E. RGB value is (133,117,158). Sum of RGB (Red+Green+Blue) = 133+117+158=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 158 - color contains mainly: blue. Hex color #85759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85759E is #7A8A61. Grayscale: #7E7E7E. Windows color (decimal): -8030818 or 10384773. OLE color: 10384773.

HSL color Cylindrical-coordinate representation of color #85759E: hue angle of 263.41º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85759E is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133117158-
CMYK0.160.2600.38
HSL263.41º17.45%53.92%-
HSV(B)263.41º25.95%61.96%-
XYZ22.2120.1835.07-
YUV126.46145.8132.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=32.60%
G=28.68%
B=38.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331171580.160.2600.38263.4117.4553.92
Hex85759E101A0261071136
Octal20516523620320464072166
Binary100001011110101100111101000011010010011010000011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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