#958595

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

Shades of Amethyst Smoke #958595

Tints of Amethyst Smoke #958595

Color information

#958595 (or 0x958595) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 85 and 95. RGB value is (149,133,149). Sum of RGB (Red+Green+Blue) = 149+133+149=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #958595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958595 is #6A7A6A. Grayscale: #8B8B8B. Windows color (decimal): -6978155 or 9799061. OLE color: 9799061.

HSL color Cylindrical-coordinate representation of color #958595: hue angle of 300º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958595 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB149133149-
CMYK00.1100.42
HSL300º7.02%55.29%-
HSV(B)300º10.74%58.43%-
XYZ26.2125.3331.94-
YUV139.61133.3134.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=34.57%
G=30.86%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913314900.1100.423007.0255.29
Hex9585950B02A12c737
Octal225205225013052454767
Binary100101011000010110010101010110101010100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958595; }

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

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

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

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

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

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

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

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