#958388

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

Shades of Venus #958388

Tints of Venus #958388

Color information

#958388 (or 0x958388) is unknown color: approx Venus. HEX triplet: 95, 83 and 88. RGB value is (149,131,136). Sum of RGB (Red+Green+Blue) = 149+131+136=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958388 is #6A7C77. Grayscale: #888888. Windows color (decimal): -6978680 or 8946581. OLE color: 8946581.

HSL color Cylindrical-coordinate representation of color #958388: hue angle of 343.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 #958388 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB149131136-
CMYK00.120.090.42
HSL343.33º7.83%54.9%-
HSV(B)343.33º12.08%58.43%-
XYZ24.9524.426.69-
YUV136.95127.46136.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=35.82%
G=31.49%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913113600.120.090.42343.337.8354.9
Hex9583880C92A157837
Octal22520321001411525271067
Binary1001010110000011100010000110010011010101010101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958388; }

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

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

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

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

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

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

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

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