#858196

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

Shades of Deluge #858196

Tints of Deluge #858196

Color information

#858196 (or 0x858196) is unknown color: approx Deluge. HEX triplet: 85, 81 and 96. RGB value is (133,129,150). Sum of RGB (Red+Green+Blue) = 133+129+150=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: blue. Hex color #858196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858196 is #7A7E69. Grayscale: #848484. Windows color (decimal): -8027754 or 9863557. OLE color: 9863557.

HSL color Cylindrical-coordinate representation of color #858196: hue angle of 251.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #858196 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB133129150-
CMYK0.110.1400.41
HSL251.43º9.09%54.71%-
HSV(B)251.43º14%58.82%-
XYZ23.0322.8932.06-
YUV132.59137.83128.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=32.28%
G=31.31%
B=36.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331291500.110.1400.41251.439.0954.71
Hex858196BE029fb937
Octal20520122613160513731167
Binary100001011000000110010110101111100101001111110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858196; }

 p { color: rgb(133,129,150); }

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

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

 a { background-color: rgb(133,129,150); }

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

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

 span { border-color: rgb(133,129,150); }

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