Html Css Color HEX #858293 Grey Suit

📋 copy color: '#858293'

red 133 ◦ green 130 ◦ blue 147

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

Shades of Grey Suit #858293

Tints of Grey Suit #858293

RGB

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

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

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

R = 32.44%
G = 31.71%
B = 35.85%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#858293 (or 0x858293) is known color: Grey Suit. HEX triplet: 85, 82 and 93. RGB value is (133,130,147). Sum of RGB (Red+Green+Blue) = 133+130+147=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #858293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858293 is #7A7D6C. Grayscale: #848484. Windows color (decimal): -8027501 or 9667205. OLE color: 9667205.

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

Color convert

RGB 133 130 147 -
CMYK 0.10 0.12 0 0.42
HSL 250.59º 0.07% 0.54% -
HSV(B) 250.59º 0.12% 0.58% -
XYZ 22.92 23.06 30.85 -
YUV 132.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 133 130 147 0.10 0.12 0 0.42 250.59 0.07 0.54
Hex 85 82 93 A C 0 2A FB 7 36
Octal 205 202 223 12 14 0 52 373 7 66
Binary 10000101 10000010 10010011 1010 1100 0 101010 11111011 111 110110

Color Harmonies of #858293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858293

Black with #858293

Text Example


Text Example

White with #858293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858293; }

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

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

background-color css

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

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

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

border-color css

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

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

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