Html Css Color HEX #959497 Grey Suit

📋 copy color: '#959497'

red 149 ◦ green 148 ◦ blue 151

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

Shades of Grey Suit #959497

Tints of Grey Suit #959497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.71%

R = 33.26%
G = 33.04%
B = 33.71%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#959497 (or 0x959497) is known color: Grey Suit. HEX triplet: 95, 94 and 97. RGB value is (149,148,151). Sum of RGB (Red+Green+Blue) = 149+148+151=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 151 - color contains mainly: blue. Hex color #959497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959497 is #6A6B68. Grayscale: #949494. Windows color (decimal): -6974313 or 9933973. OLE color: 9933973.

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

Color convert

RGB 149 148 151 -
CMYK 0.01 0.02 0 0.41
HSL 260º 0.01% 0.59% -
HSV(B) 260º 0.02% 0.59% -
XYZ 28.57 29.8 33.53 -
YUV 148.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 149 148 151 0.01 0.02 0 0.41 260 0.01 0.59
Hex 95 94 97 1 2 0 29 104 1 3B
Octal 225 224 227 1 2 0 51 404 1 73
Binary 10010101 10010100 10010111 1 10 0 101001 100000100 1 111011

Color Harmonies of #959497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959497

Black with #959497

Text Example


Text Example

White with #959497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959497; }

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

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

background-color css

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

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

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

border-color css

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

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

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