Html Css Color HEX #959599 Grey Suit

📋 copy color: '#959599'

red 149 ◦ green 149 ◦ blue 153

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

Shades of Grey Suit #959599

Tints of Grey Suit #959599

RGB

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

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

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

R = 33.04%
G = 33.04%
B = 33.92%

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

#959599 (or 0x959599) is known color: Grey Suit. HEX triplet: 95, 95 and 99. RGB value is (149,149,153). Sum of RGB (Red+Green+Blue) = 149+149+153=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 153 - color contains mainly: blue. Hex color #959599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959599 is #6A6A66. Grayscale: #959595. Windows color (decimal): -6974055 or 10065301. OLE color: 10065301.

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

Color convert

RGB 149 149 153 -
CMYK 0.03 0.03 0 0.4
HSL 240º 0.02% 0.59% -
HSV(B) 240º 0.03% 0.6% -
XYZ 28.89 30.18 34.44 -
YUV 149.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 149 149 153 0.03 0.03 0 0.4 240 0.02 0.59
Hex 95 95 99 3 3 0 28 F0 2 3B
Octal 225 225 231 3 3 0 50 360 2 73
Binary 10010101 10010101 10011001 11 11 0 101000 11110000 10 111011

Color Harmonies of #959599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959599

Black with #959599

Text Example


Text Example

White with #959599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959599; }

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

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

background-color css

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

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

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

border-color css

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

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

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