Html Css Color HEX #858196 Deluge

📋 copy color: '#858196'

red 133 ◦ green 129 ◦ blue 150

#858196
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #858196

Tints of Deluge #858196

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 value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#858196 (or 0x858196) is known color: 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

RGB 133 129 150 -
CMYK 0.11 0.14 0 0.41
HSL 251.43º 0.09% 0.55% -
HSV(B) 251.43º 0.14% 0.59% -
XYZ 23.03 22.89 32.06 -
YUV 132.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 133 129 150 0.11 0.14 0 0.41 251.43 0.09 0.55
Hex 85 81 96 B E 0 29 FB 9 37
Octal 205 201 226 13 16 0 51 373 11 67
Binary 10000101 10000001 10010110 1011 1110 0 101001 11111011 1001 110111

Color Harmonies of #858196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858196

Black with #858196

Text Example


Text Example

White with #858196

Text Example


Text Example

HTML Codes & Css Web 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>