#958385

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

Shades of Venus #958385

Tints of Venus #958385

Color information

#958385 (or 0x958385) is unknown color: approx Venus. HEX triplet: 95, 83 and 85. RGB value is (149,131,133). Sum of RGB (Red+Green+Blue) = 149+131+133=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 149 - color contains mainly: red. Hex color #958385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958385 is #6A7C7A. Grayscale: #888888. Windows color (decimal): -6978683 or 8749973. OLE color: 8749973.

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

Color convert

RGB149131133-
CMYK00.120.110.42
HSL353.33º7.83%54.9%-
HSV(B)353.33º12.08%58.43%-
XYZ24.7424.3225.58-
YUV136.61125.96136.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 133 (52.34% from 255) = 32.20%
R=36.08%
G=31.72%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913113300.120.110.42353.337.8354.9
Hex9583850CB2A161837
Octal22520320501413525411067
Binary1001010110000011100001010110010111010101011000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958385; }

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

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

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

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

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

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

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

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