Html Css Color HEX #959399 Grey Suit

📋 copy color: '#959399'

red 149 ◦ green 147 ◦ blue 153

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

Shades of Grey Suit #959399

Tints of Grey Suit #959399

RGB

 RED value IS 149 (58.59% from 255) = 33.18%

 GREEN value IS 147 (57.81% from 255) = 32.74%

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

R = 33.18%
G = 32.74%
B = 34.08%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#959399 (or 0x959399) is known color: Grey Suit. HEX triplet: 95, 93 and 99. RGB value is (149,147,153). Sum of RGB (Red+Green+Blue) = 149+147+153=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 153 - color contains mainly: blue. Hex color #959399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959399 is #6A6C66. Grayscale: #949494. Windows color (decimal): -6974567 or 10064789. OLE color: 10064789.

HSL color Cylindrical-coordinate representation of color #959399: hue angle of 260º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #959399 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 147 153 -
CMYK 0.03 0.04 0 0.4
HSL 260º 0.03% 0.59% -
HSV(B) 260º 0.04% 0.6% -
XYZ 28.58 29.56 34.34 -
YUV 148.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 149 147 153 0.03 0.04 0 0.4 260 0.03 0.59
Hex 95 93 99 3 4 0 28 104 3 3B
Octal 225 223 231 3 4 0 50 404 3 73
Binary 10010101 10010011 10011001 11 100 0 101000 100000100 11 111011

Color Harmonies of #959399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959399

Black with #959399

Text Example


Text Example

White with #959399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959399; }

 p { color: rgb(149,147,153); }

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

background-color css

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

 a { background-color: rgb(149,147,153); }

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

border-color css

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

 span { border-color: rgb(149,147,153); }

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