Html Css Color HEX #959398 Grey Suit

📋 copy color: '#959398'

red 149 ◦ green 147 ◦ blue 152

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

Shades of Grey Suit #959398

Tints of Grey Suit #959398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.93%

R = 33.26%
G = 32.81%
B = 33.93%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#959398 (or 0x959398) is known color: Grey Suit. HEX triplet: 95, 93 and 98. RGB value is (149,147,152). Sum of RGB (Red+Green+Blue) = 149+147+152=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 152 - color contains mainly: blue. Hex color #959398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959398 is #6A6C67. Grayscale: #949494. Windows color (decimal): -6974568 or 9999253. OLE color: 9999253.

HSL color Cylindrical-coordinate representation of color #959398: hue angle of 264º 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 #959398 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 147 152 -
CMYK 0.02 0.03 0 0.40
HSL 264º 0.02% 0.59% -
HSV(B) 264º 0.03% 0.6% -
XYZ 28.5 29.52 33.9 -
YUV 148.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 149 147 152 0.02 0.03 0 0.40 264 0.02 0.59
Hex 95 93 98 2 3 0 28 108 2 3B
Octal 225 223 230 2 3 0 50 410 2 73
Binary 10010101 10010011 10011000 10 11 0 101000 100001000 10 111011

Color Harmonies of #959398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959398

Black with #959398

Text Example


Text Example

White with #959398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959398; }

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

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

background-color css

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

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

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

border-color css

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

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

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