#95859D

Color #95859D Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #95859D

Tints of Amethyst Smoke #95859D

Color information

#95859D (or 0x95859D) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 85 and 9D. RGB value is (149,133,157). Sum of RGB (Red+Green+Blue) = 149+133+157=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #95859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95859D is #6A7A62. Grayscale: #8C8C8C. Windows color (decimal): -6978147 or 10323349. OLE color: 10323349.

HSL color Cylindrical-coordinate representation of color #95859D: hue angle of 280º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95859D is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149133157-
CMYK0.050.1500.38
HSL280º10.91%56.86%-
HSV(B)280º15.29%61.57%-
XYZ26.8725.635.42-
YUV140.52137.3134.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.94%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=33.94%
G=30.30%
B=35.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491331570.050.1500.3828010.9156.86
Hex95859D5F026118b39
Octal2252052355170464301371
Binary100101011000010110011101101111101001101000110001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95859D; }

 p { color: rgb(149,133,157); }

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

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

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

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

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

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

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