Html Css Color HEX #95959E Santas Grey

📋 copy color: '#95959E'

red 149 ◦ green 149 ◦ blue 158

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

Shades of Santas Grey #95959E

Tints of Santas Grey #95959E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.65%

R = 32.68%
G = 32.68%
B = 34.65%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95959E (or 0x95959E) is known color: Santas Grey. HEX triplet: 95, 95 and 9E. RGB value is (149,149,158). Sum of RGB (Red+Green+Blue) = 149+149+158=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 158 - color contains mainly: blue. Hex color #95959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95959E is #6A6A61. Grayscale: #959595. Windows color (decimal): -6974050 or 10392981. OLE color: 10392981.

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

Color convert

RGB 149 149 158 -
CMYK 0.06 0.06 0 0.38
HSL 240º 0.04% 0.6% -
HSV(B) 240º 0.06% 0.62% -
XYZ 29.31 30.35 36.66 -
YUV 150.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 149 149 158 0.06 0.06 0 0.38 240 0.04 0.6
Hex 95 95 9E 6 6 0 26 F0 4 3C
Octal 225 225 236 6 6 0 46 360 4 74
Binary 10010101 10010101 10011110 110 110 0 100110 11110000 100 111100

Color Harmonies of #95959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95959E

Black with #95959E

Text Example


Text Example

White with #95959E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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