Html Css Color HEX #858384 Venus

📋 copy color: '#858384'

red 133 ◦ green 131 ◦ blue 132

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

Shades of Venus #858384

Tints of Venus #858384

RGB

 RED value IS 133 (52.34% from 255) = 33.59%

 GREEN value IS 131 (51.56% from 255) = 33.08%

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 33.59%
G = 33.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#858384 (or 0x858384) is known color: Venus. HEX triplet: 85, 83 and 84. RGB value is (133,131,132). Sum of RGB (Red+Green+Blue) = 133+131+132=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 133 - color contains mainly: red. Hex color #858384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858384 is #7A7C7B. Grayscale: #838383. Windows color (decimal): -8027260 or 8684421. OLE color: 8684421.

HSL color Cylindrical-coordinate representation of color #858384: hue angle of 330º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #858384 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 132 -
CMYK 0 0.02 0.01 0.48
HSL 330º 0.01% 0.52% -
HSV(B) 330º 0.02% 0.52% -
XYZ 21.95 22.89 25.09 -
YUV 131.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 133 131 132 0 0.02 0.01 0.48 330 0.01 0.52
Hex 85 83 84 0 2 1 30 14A 1 34
Octal 205 203 204 0 2 1 60 512 1 64
Binary 10000101 10000011 10000100 0 10 1 110000 101001010 1 110100

Color Harmonies of #858384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858384

Black with #858384

Text Example


Text Example

White with #858384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858384; }

 p { color: rgb(133,131,132); }

 H1.HeaderClassName
 {
   color: #858384;
 }
 .AnyTagClassName
 {
   color: #858384;
 }
</style>

background-color css

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

 a { background-color: rgb(133,131,132); }

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

border-color css

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

 span { border-color: rgb(133,131,132); }

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