#85809A

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

Shades of Deluge #85809A

Tints of Deluge #85809A

Color information

#85809A (or 0x85809A) is unknown color: approx Deluge. HEX triplet: 85, 80 and 9A. RGB value is (133,128,154). Sum of RGB (Red+Green+Blue) = 133+128+154=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 154 - color contains mainly: blue. Hex color #85809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85809A is #7A7F65. Grayscale: #848484. Windows color (decimal): -8028006 or 10125445. OLE color: 10125445.

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

Color convert

RGB133128154-
CMYK0.140.1700.40
HSL251.54º11.4%55.29%-
HSV(B)251.54º16.88%60.39%-
XYZ23.2222.7633.74-
YUV132.46140.16128.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 154 (60.55% from 255) = 37.11%
R=32.05%
G=30.84%
B=37.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331281540.140.1700.40251.5411.455.29
Hex85809AE11028fcb37
Octal20520023216210503741367
Binary1000010110000000100110101110100010101000111111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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