#95858B

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

Shades of Venus #95858B

Tints of Venus #95858B

Color information

#95858B (or 0x95858B) is unknown color: approx Venus. HEX triplet: 95, 85 and 8B. RGB value is (149,133,139). Sum of RGB (Red+Green+Blue) = 149+133+139=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #95858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95858B is #6A7A74. Grayscale: #8A8A8A. Windows color (decimal): -6978165 or 9143701. OLE color: 9143701.

HSL color Cylindrical-coordinate representation of color #95858B: hue angle of 337.5º 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 #95858B is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB149133139-
CMYK00.110.070.42
HSL337.5º7.02%55.29%-
HSV(B)337.5º10.74%58.43%-
XYZ25.4425.0327.92-
YUV138.47128.3135.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=35.39%
G=31.59%
B=33.02%

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
Decimal14913313900.110.070.42337.57.0255.29
Hex95858B0B72A152737
Octal225205213013752522767
Binary10010101100001011000101101011111101010101010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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