#9593AB

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

Shades of Santas Grey #9593AB

Tints of Santas Grey #9593AB

Color information

#9593AB (or 0x9593AB) is unknown color: approx Santas Grey. HEX triplet: 95, 93 and AB. RGB value is (149,147,171). Sum of RGB (Red+Green+Blue) = 149+147+171=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #9593AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9593AB is #6A6C54. Grayscale: #969696. Windows color (decimal): -6974549 or 11244437. OLE color: 11244437.

HSL color Cylindrical-coordinate representation of color #9593AB: hue angle of 245º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9593AB is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149147171-
CMYK0.130.1400.33
HSL245º12.5%62.35%-
HSV(B)245º14.04%67.06%-
XYZ30.1830.242.77-
YUV150.33139.66127.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 147 (57.81% from 255) = 31.48%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=31.91%
G=31.48%
B=36.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491471710.130.1400.3324512.562.35
Hex9593ABDE021f5c3e
Octal22522325315160413651476
Binary100101011001001110101011110111100100001111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9593AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9593AB; }

 p { color: rgb(149,147,171); }

 H1.HeaderClassName
 {
   color: #9593AB;
 }
 .AnyTagClassName
 {
   color: #9593AB;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #9593AB;
 }
 .BgClassName
 {
   background-color: #9593AB;
 }
</style>
border-color css

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

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

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