Html Css Color HEX #85829C Grey Suit

📋 copy color: '#85829C'

red 133 ◦ green 130 ◦ blue 156

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

Shades of Grey Suit #85829C

Tints of Grey Suit #85829C

RGB

 RED value IS 133 (52.34% from 255) = 31.74%

 GREEN value IS 130 (51.17% from 255) = 31.03%

 BLUE value IS 156 (61.33% from 255) = 37.23%

R = 31.74%
G = 31.03%
B = 37.23%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85829C (or 0x85829C) is known color: Grey Suit. HEX triplet: 85, 82 and 9C. RGB value is (133,130,156). Sum of RGB (Red+Green+Blue) = 133+130+156=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #85829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85829C is #7A7D63. Grayscale: #858585. Windows color (decimal): -8027492 or 10257029. OLE color: 10257029.

HSL color Cylindrical-coordinate representation of color #85829C: hue angle of 246.92º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85829C is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 130 156 -
CMYK 0.15 0.17 0 0.39
HSL 246.92º 0.12% 0.56% -
HSV(B) 246.92º 0.17% 0.61% -
XYZ 23.66 23.35 34.71 -
YUV 133.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 133 130 156 0.15 0.17 0 0.39 246.92 0.12 0.56
Hex 85 82 9C F 11 0 27 F7 C 38
Octal 205 202 234 17 21 0 47 367 14 70
Binary 10000101 10000010 10011100 1111 10001 0 100111 11110111 1100 111000

Color Harmonies of #85829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85829C

Black with #85829C

Text Example


Text Example

White with #85829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85829C; }

 p { color: rgb(133,130,156); }

 H1.HeaderClassName
 {
   color: #85829C;
 }
 .AnyTagClassName
 {
   color: #85829C;
 }
</style>

background-color css

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

 a { background-color: rgb(133,130,156); }

 div.DivClassName
 {
   background-color: #85829C;
 }
 .BgClassName
 {
   background-color: #85829C;
 }
</style>

border-color css

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

 span { border-color: rgb(133,130,156); }

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