Html Css Color HEX #95959B Grey Suit

📋 copy color: '#95959B'

red 149 ◦ green 149 ◦ blue 155

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

Shades of Grey Suit #95959B

Tints of Grey Suit #95959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.89%

 BLUE value IS 155 (60.94% from 255) = 34.22%

R = 32.89%
G = 32.89%
B = 34.22%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95959B (or 0x95959B) is known color: Grey Suit. HEX triplet: 95, 95 and 9B. RGB value is (149,149,155). Sum of RGB (Red+Green+Blue) = 149+149+155=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 155 - color contains mainly: blue. Hex color #95959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95959B is #6A6A64. Grayscale: #959595. Windows color (decimal): -6974053 or 10196373. OLE color: 10196373.

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

Color convert

RGB 149 149 155 -
CMYK 0.04 0.04 0 0.39
HSL 240º 0.03% 0.6% -
HSV(B) 240º 0.04% 0.61% -
XYZ 29.06 30.25 35.32 -
YUV 149.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 149 149 155 0.04 0.04 0 0.39 240 0.03 0.6
Hex 95 95 9B 4 4 0 27 F0 3 3C
Octal 225 225 233 4 4 0 47 360 3 74
Binary 10010101 10010101 10011011 100 100 0 100111 11110000 11 111100

Color Harmonies of #95959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95959B

Black with #95959B

Text Example


Text Example

White with #95959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95959B; }

 p { color: rgb(149,149,155); }

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

background-color css

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

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

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

border-color css

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

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

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