#958288

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

Shades of Venus #958288

Tints of Venus #958288

Color information

#958288 (or 0x958288) is unknown color: approx Venus. HEX triplet: 95, 82 and 88. RGB value is (149,130,136). Sum of RGB (Red+Green+Blue) = 149+130+136=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #958288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958288 is #6A7D77. Grayscale: #888888. Windows color (decimal): -6978936 or 8946325. OLE color: 8946325.

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

Color convert

RGB149130136-
CMYK00.130.090.42
HSL341.05º8.23%54.71%-
HSV(B)341.05º12.75%58.43%-
XYZ24.8224.1326.64-
YUV136.36127.79137.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.90%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=35.90%
G=31.33%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913013600.130.090.42341.058.2354.71
Hex9582880D92A155837
Octal22520221001511525251067
Binary1001010110000010100010000110110011010101010101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958288; }

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

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

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

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

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

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

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

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