#958DA5

Color #958DA5 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #958DA5

Tints of Grey Suit #958DA5

Color information

#958DA5 (or 0x958DA5) is unknown color: approx Grey Suit. HEX triplet: 95, 8D and A5. RGB value is (149,141,165). Sum of RGB (Red+Green+Blue) = 149+141+165=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 165 - color contains mainly: blue. Hex color #958DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DA5 is #6A725A. Grayscale: #929292. Windows color (decimal): -6976091 or 10849685. OLE color: 10849685.

HSL color Cylindrical-coordinate representation of color #958DA5: hue angle of 260º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #958DA5 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB149141165-
CMYK0.100.1500.35
HSL260º11.76%60%-
HSV(B)260º14.55%64.71%-
XYZ28.7128.1639.52-
YUV146.13138.65130.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=32.75%
G=30.99%
B=36.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491411650.100.1500.3526011.7660
Hex958DA5AF023104c3c
Octal22521524512170434041474
Binary1001010110001101101001011010111101000111000001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,141,165); }

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

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

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

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

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

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

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