Html Css Color HEX #858283 Venus

📋 copy color: '#858283'

red 133 ◦ green 130 ◦ blue 131

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

Shades of Venus #858283

Tints of Venus #858283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.99%

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 33.76%
G = 32.99%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#858283 (or 0x858283) is known color: Venus. HEX triplet: 85, 82 and 83. RGB value is (133,130,131). Sum of RGB (Red+Green+Blue) = 133+130+131=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 133 - color contains mainly: red. Hex color #858283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858283 is #7A7D7C. Grayscale: #838383. Windows color (decimal): -8027517 or 8618629. OLE color: 8618629.

HSL color Cylindrical-coordinate representation of color #858283: hue angle of 340º 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 #858283 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 130 131 -
CMYK 0 0.02 0.02 0.48
HSL 340º 0.01% 0.52% -
HSV(B) 340º 0.02% 0.52% -
XYZ 21.75 22.59 24.69 -
YUV 131.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 133 130 131 0 0.02 0.02 0.48 340 0.01 0.52
Hex 85 82 83 0 2 2 30 154 1 34
Octal 205 202 203 0 2 2 60 524 1 64
Binary 10000101 10000010 10000011 0 10 10 110000 101010100 1 110100

Color Harmonies of #858283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858283

Black with #858283

Text Example


Text Example

White with #858283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858283; }

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

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

background-color css

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

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

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

border-color css

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

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

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