Html Css Color HEX #95858A Venus

📋 copy color: '#95858A'

red 149 ◦ green 133 ◦ blue 138

#95858A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #95858A

Tints of Venus #95858A

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.3% from 255) = 32.86%

R = 35.48%
G = 31.67%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95858A (or 0x95858A) is known color: 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

RGB 149 133 138 -
CMYK 0 0.11 0.07 0.42
HSL 341.25º 0.07% 0.55% -
HSV(B) 341.25º 0.11% 0.58% -
XYZ 25.37 25 27.53 -
YUV 138.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 149 133 138 0 0.11 0.07 0.42 341.25 0.07 0.55
Hex 95 85 8A 0 B 7 2A 155 7 37
Octal 225 205 212 0 13 7 52 525 7 67
Binary 10010101 10000101 10001010 0 1011 111 101010 101010101 111 110111

Color Harmonies of #95858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95858A

Black with #95858A

Text Example


Text Example

White with #95858A

Text Example


Text Example

HTML Codes & Css Web 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>