#95858A

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

Shades of Venus #95858A

Tints of Venus #95858A

Color information

#95858A (or 0x95858A) is unknown color: approx Venus. HEX triplet: 95, 85 and 8A. RGB value is (149,133,138). Sum of RGB (Red+Green+Blue) = 149+133+138=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #95858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95858A is #6A7A75. Grayscale: #8A8A8A. Windows color (decimal): -6978166 or 9078165. OLE color: 9078165.

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

Color convert

RGB149133138-
CMYK00.110.070.42
HSL341.25º7.02%55.29%-
HSV(B)341.25º10.74%58.43%-
XYZ25.372527.53-
YUV138.35127.8135.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=35.48%
G=31.67%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913313800.110.070.42341.257.0255.29
Hex95858A0B72A155737
Octal225205212013752525767
Binary10010101100001011000101001011111101010101010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95858A; }

 p { color: rgb(149,133,138); }

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

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

 a { background-color: rgb(149,133,138); }

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

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

 span { border-color: rgb(149,133,138); }

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