#958F91

Color #958F91 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #958F91

Tints of Shady Lady #958F91

Color information

#958F91 (or 0x958F91) is unknown color: approx Shady Lady. HEX triplet: 95, 8F and 91. RGB value is (149,143,145). Sum of RGB (Red+Green+Blue) = 149+143+145=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 149 - color contains mainly: red. Hex color #958F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958F91 is #6A706E. Grayscale: #919191. Windows color (decimal): -6975599 or 9539477. OLE color: 9539477.

HSL color Cylindrical-coordinate representation of color #958F91: hue angle of 340º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #958F91 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB149143145-
CMYK00.040.030.42
HSL340º2.75%57.25%-
HSV(B)340º4.03%58.43%-
XYZ27.3328.0830.77-
YUV145.02127.99130.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 145 (57.03% from 255) = 33.18%
R=34.10%
G=32.72%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914314500.040.030.423402.7557.25
Hex958F910432A154339
Octal22521722104352524371
Binary10010101100011111001000101001110101010101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958F91; }

 p { color: rgb(149,143,145); }

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

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

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

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

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

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

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