#908589

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

Shades of Venus #908589

Tints of Venus #908589

Color information

#908589 (or 0x908589) is unknown color: approx Venus. HEX triplet: 90, 85 and 89. RGB value is (144,133,137). Sum of RGB (Red+Green+Blue) = 144+133+137=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 144 - color contains mainly: red. Hex color #908589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908589 is #6F7A76. Grayscale: #888888. Windows color (decimal): -7305847 or 9012624. OLE color: 9012624.

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

Color convert

RGB144133137-
CMYK00.080.050.44
HSL338.18º4.72%54.31%-
HSV(B)338.18º7.64%56.47%-
XYZ24.424.5127.11-
YUV136.74128.14133.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.78%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=34.78%
G=32.13%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413313700.080.050.44338.184.7254.31
Hex9085890852C152536
Octal220205211010554522566
Binary10010000100001011000100101000101101100101010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908589; }

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

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

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

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

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

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

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

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