#908588

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

Shades of Venus #908588

Tints of Venus #908588

Color information

#908588 (or 0x908588) is unknown color: approx Venus. HEX triplet: 90, 85 and 88. RGB value is (144,133,136). Sum of RGB (Red+Green+Blue) = 144+133+136=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #908588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908588 is #6F7A77. Grayscale: #888888. Windows color (decimal): -7305848 or 8947088. OLE color: 8947088.

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

Color convert

RGB144133136-
CMYK00.080.060.44
HSL343.64º4.72%54.31%-
HSV(B)343.64º7.64%56.47%-
XYZ24.3324.4826.74-
YUV136.63127.64133.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=34.87%
G=32.20%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413313600.080.060.44343.644.7254.31
Hex9085880862C158536
Octal220205210010654530566
Binary10010000100001011000100001000110101100101011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908588; }

 p { color: rgb(144,133,136); }

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

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

 a { background-color: rgb(144,133,136); }

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

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

 span { border-color: rgb(144,133,136); }

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