#958889

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

Shades of Venus #958889

Tints of Venus #958889

Color information

#958889 (or 0x958889) is unknown color: approx Venus. HEX triplet: 95, 88 and 89. RGB value is (149,136,137). Sum of RGB (Red+Green+Blue) = 149+136+137=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #958889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958889 is #6A7776. Grayscale: #8C8C8C. Windows color (decimal): -6977399 or 9013397. OLE color: 9013397.

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

Color convert

RGB149136137-
CMYK00.090.080.42
HSL355.38º5.78%55.88%-
HSV(B)355.38º8.72%58.43%-
XYZ25.7125.827.29-
YUV140126.31134.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=35.31%
G=32.23%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913613700.090.080.42355.385.7855.88
Hex9588890982A163638
Octal2252102110111052543670
Binary100101011000100010001001010011000101010101100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958889; }

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

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

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

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

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

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

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

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