#95959E

Color #95959E Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #95959E

Tints of Santas Grey #95959E

Color information

#95959E (or 0x95959E) is unknown color: approx 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

RGB149149158-
CMYK0.060.0600.38
HSL240º4.43%60.2%-
HSV(B)240º5.7%61.96%-
XYZ29.3130.3536.66-
YUV150.03132.5127.27-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491491580.060.0600.382404.4360.2
Hex95959E66026f043c
Octal22522523666046360474
Binary100101011001010110011110110110010011011110000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>