Html Css Color HEX #858199 Grey Suit

📋 copy color: '#858199'

red 133 ◦ green 129 ◦ blue 153

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

Shades of Grey Suit #858199

Tints of Grey Suit #858199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.08%

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 32.05%
G = 31.08%
B = 36.87%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#858199 (or 0x858199) is known color: Grey Suit. HEX triplet: 85, 81 and 99. RGB value is (133,129,153). Sum of RGB (Red+Green+Blue) = 133+129+153=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #858199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858199 is #7A7E66. Grayscale: #848484. Windows color (decimal): -8027751 or 10060165. OLE color: 10060165.

HSL color Cylindrical-coordinate representation of color #858199: hue angle of 250º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #858199 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 129 153 -
CMYK 0.13 0.16 0 0.4
HSL 250º 0.11% 0.55% -
HSV(B) 250º 0.16% 0.6% -
XYZ 23.27 22.99 33.35 -
YUV 132.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 133 129 153 0.13 0.16 0 0.4 250 0.11 0.55
Hex 85 81 99 D 10 0 28 FA B 37
Octal 205 201 231 15 20 0 50 372 13 67
Binary 10000101 10000001 10011001 1101 10000 0 101000 11111010 1011 110111

Color Harmonies of #858199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858199

Black with #858199

Text Example


Text Example

White with #858199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858199; }

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

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

background-color css

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

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

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

border-color css

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

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

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