Html Css Color HEX #858493 Grey Suit

📋 copy color: '#858493'

red 133 ◦ green 132 ◦ blue 147

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

Shades of Grey Suit #858493

Tints of Grey Suit #858493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.04%

 BLUE value IS 147 (57.81% from 255) = 35.68%

R = 32.28%
G = 32.04%
B = 35.68%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#858493 (or 0x858493) is known color: Grey Suit. HEX triplet: 85, 84 and 93. RGB value is (133,132,147). Sum of RGB (Red+Green+Blue) = 133+132+147=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #858493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858493 is #7A7B6C. Grayscale: #858585. Windows color (decimal): -8026989 or 9667717. OLE color: 9667717.

HSL color Cylindrical-coordinate representation of color #858493: hue angle of 244º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #858493 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 132 147 -
CMYK 0.10 0.10 0 0.42
HSL 244º 0.06% 0.55% -
HSV(B) 244º 0.1% 0.58% -
XYZ 23.19 23.6 30.94 -
YUV 134.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 133 132 147 0.10 0.10 0 0.42 244 0.06 0.55
Hex 85 84 93 A A 0 2A F4 6 37
Octal 205 204 223 12 12 0 52 364 6 67
Binary 10000101 10000100 10010011 1010 1010 0 101010 11110100 110 110111

Color Harmonies of #858493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858493

Black with #858493

Text Example


Text Example

White with #858493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858493; }

 p { color: rgb(133,132,147); }

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

background-color css

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

 a { background-color: rgb(133,132,147); }

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

border-color css

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

 span { border-color: rgb(133,132,147); }

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