Html Css Color HEX #858399 Grey Suit

📋 copy color: '#858399'

red 133 ◦ green 131 ◦ blue 153

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

Shades of Grey Suit #858399

Tints of Grey Suit #858399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.41%

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

R = 31.89%
G = 31.41%
B = 36.69%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#858399 (or 0x858399) is known color: Grey Suit. HEX triplet: 85, 83 and 99. RGB value is (133,131,153). Sum of RGB (Red+Green+Blue) = 133+131+153=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #858399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858399 is #7A7C66. Grayscale: #868686. Windows color (decimal): -8027239 or 10060677. OLE color: 10060677.

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

Color convert

RGB 133 131 153 -
CMYK 0.13 0.14 0 0.4
HSL 245.45º 0.1% 0.56% -
HSV(B) 245.45º 0.14% 0.6% -
XYZ 23.54 23.52 33.44 -
YUV 134.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 133 131 153 0.13 0.14 0 0.4 245.45 0.1 0.56
Hex 85 83 99 D E 0 28 F5 A 38
Octal 205 203 231 15 16 0 50 365 12 70
Binary 10000101 10000011 10011001 1101 1110 0 101000 11110101 1010 111000

Color Harmonies of #858399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858399

Black with #858399

Text Example


Text Example

White with #858399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858399; }

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

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

background-color css

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

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

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

border-color css

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

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

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