Html Css Color HEX #958595 Amethyst Smoke

📋 copy color: '#958595'

red 149 ◦ green 133 ◦ blue 149

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

Shades of Amethyst Smoke #958595

Tints of Amethyst Smoke #958595

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 value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#958595 (or 0x958595) is known color: 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

RGB 149 133 149 -
CMYK 0 0.11 0 0.42
HSL 300º 0.07% 0.55% -
HSV(B) 300º 0.11% 0.58% -
XYZ 26.21 25.33 31.94 -
YUV 139.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 149 133 149 0 0.11 0 0.42 300 0.07 0.55
Hex 95 85 95 0 B 0 2A 12C 7 37
Octal 225 205 225 0 13 0 52 454 7 67
Binary 10010101 10000101 10010101 0 1011 0 101010 100101100 111 110111

Color Harmonies of #958595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958595

Black with #958595

Text Example


Text Example

White with #958595

Text Example


Text Example

HTML Codes & Css Web 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>