#85759B

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

Shades of Deluge #85759B

Tints of Deluge #85759B

Color information

#85759B (or 0x85759B) is unknown color: approx Deluge. HEX triplet: 85, 75 and 9B. RGB value is (133,117,155). Sum of RGB (Red+Green+Blue) = 133+117+155=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #85759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85759B is #7A8A64. Grayscale: #7D7D7D. Windows color (decimal): -8030821 or 10188165. OLE color: 10188165.

HSL color Cylindrical-coordinate representation of color #85759B: hue angle of 265.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85759B is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133117155-
CMYK0.140.2500.39
HSL265.26º15.97%53.33%-
HSV(B)265.26º24.52%60.78%-
XYZ21.9520.0833.73-
YUV126.12144.3132.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=32.84%
G=28.89%
B=38.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331171550.140.2500.39265.2615.9753.33
Hex85759BE190271091035
Octal20516523316310474112065
Binary10000101111010110011011111011001010011110000100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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