Html Css Color HEX #959499 Grey Suit

📋 copy color: '#959499'

red 149 ◦ green 148 ◦ blue 153

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

Shades of Grey Suit #959499

Tints of Grey Suit #959499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.89%

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

R = 33.11%
G = 32.89%
B = 34%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#959499 (or 0x959499) is known color: Grey Suit. HEX triplet: 95, 94 and 99. RGB value is (149,148,153). Sum of RGB (Red+Green+Blue) = 149+148+153=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 153 - color contains mainly: blue. Hex color #959499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959499 is #6A6B66. Grayscale: #949494. Windows color (decimal): -6974311 or 10065045. OLE color: 10065045.

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

Color convert

RGB 149 148 153 -
CMYK 0.03 0.03 0 0.4
HSL 252º 0.02% 0.59% -
HSV(B) 252º 0.03% 0.6% -
XYZ 28.73 29.87 34.39 -
YUV 148.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 149 148 153 0.03 0.03 0 0.4 252 0.02 0.59
Hex 95 94 99 3 3 0 28 FC 2 3B
Octal 225 224 231 3 3 0 50 374 2 73
Binary 10010101 10010100 10011001 11 11 0 101000 11111100 10 111011

Color Harmonies of #959499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959499

Black with #959499

Text Example


Text Example

White with #959499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959499; }

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

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

background-color css

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

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

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

border-color css

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

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

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