Html Css Color HEX #959498 Grey Suit

📋 copy color: '#959498'

red 149 ◦ green 148 ◦ blue 152

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

Shades of Grey Suit #959498

Tints of Grey Suit #959498

RGB

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

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

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

R = 33.18%
G = 32.96%
B = 33.85%

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

#959498 (or 0x959498) is known color: Grey Suit. HEX triplet: 95, 94 and 98. RGB value is (149,148,152). Sum of RGB (Red+Green+Blue) = 149+148+152=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 152 - color contains mainly: blue. Hex color #959498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959498 is #6A6B67. Grayscale: #949494. Windows color (decimal): -6974312 or 9999509. OLE color: 9999509.

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

Color convert

RGB 149 148 152 -
CMYK 0.02 0.03 0 0.40
HSL 255º 0.02% 0.59% -
HSV(B) 255º 0.03% 0.6% -
XYZ 28.65 29.84 33.95 -
YUV 148.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 149 148 152 0.02 0.03 0 0.40 255 0.02 0.59
Hex 95 94 98 2 3 0 28 FF 2 3B
Octal 225 224 230 2 3 0 50 377 2 73
Binary 10010101 10010100 10011000 10 11 0 101000 11111111 10 111011

Color Harmonies of #959498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959498

Black with #959498

Text Example


Text Example

White with #959498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959498; }

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

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

background-color css

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

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

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

border-color css

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

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

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