#918587

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

Shades of Venus #918587

Tints of Venus #918587

Color information

#918587 (or 0x918587) is unknown color: approx Venus. HEX triplet: 91, 85 and 87. RGB value is (145,133,135). Sum of RGB (Red+Green+Blue) = 145+133+135=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 145 - color contains mainly: red. Hex color #918587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918587 is #6E7A78. Grayscale: #888888. Windows color (decimal): -7240313 or 8881553. OLE color: 8881553.

HSL color Cylindrical-coordinate representation of color #918587: hue angle of 350º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #918587 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB145133135-
CMYK00.080.070.43
HSL350º5.17%54.51%-
HSV(B)350º8.28%56.86%-
XYZ24.4424.5426.37-
YUV136.82126.98133.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.11%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=35.11%
G=32.20%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513313500.080.070.433505.1754.51
Hex9185870872B15e537
Octal221205207010753536567
Binary10010001100001011000011101000111101011101011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918587; }

 p { color: rgb(145,133,135); }

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

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

 a { background-color: rgb(145,133,135); }

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

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

 span { border-color: rgb(145,133,135); }

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