#948589

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

Shades of Venus #948589

Tints of Venus #948589

Color information

#948589 (or 0x948589) is unknown color: approx Venus. HEX triplet: 94, 85 and 89. RGB value is (148,133,137). Sum of RGB (Red+Green+Blue) = 148+133+137=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #948589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948589 is #6B7A76. Grayscale: #898989. Windows color (decimal): -7043703 or 9012628. OLE color: 9012628.

HSL color Cylindrical-coordinate representation of color #948589: hue angle of 344º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #948589 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148133137-
CMYK00.100.070.42
HSL344º6.55%55.1%-
HSV(B)344º10.14%58.04%-
XYZ25.1224.8827.14-
YUV137.94127.47135.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 137 (53.91% from 255) = 32.78%
R=35.41%
G=31.82%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813313700.100.070.423446.5555.1
Hex9485890A72A158737
Octal224205211012752530767
Binary10010100100001011000100101010111101010101011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948589; }

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

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

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

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

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

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

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

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