#958489

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

Shades of Venus #958489

Tints of Venus #958489

Color information

#958489 (or 0x958489) is unknown color: approx Venus. HEX triplet: 95, 84 and 89. RGB value is (149,132,137). Sum of RGB (Red+Green+Blue) = 149+132+137=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #958489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958489 is #6A7B76. Grayscale: #898989. Windows color (decimal): -6978423 or 9012373. OLE color: 9012373.

HSL color Cylindrical-coordinate representation of color #958489: hue angle of 342.35º 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 #958489 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB149132137-
CMYK00.110.080.42
HSL342.35º7.42%55.1%-
HSV(B)342.35º11.41%58.43%-
XYZ25.1624.727.11-
YUV137.65127.63136.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 137 (53.91% from 255) = 32.78%
R=35.65%
G=31.58%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913213700.110.080.42342.357.4255.1
Hex9584890B82A156737
Octal2252042110131052526767
Binary100101011000010010001001010111000101010101010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958489; }

 p { color: rgb(149,132,137); }

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

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

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

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

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

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

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