#858283

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

Shades of Venus #858283

Tints of Venus #858283

Color information

#858283 (or 0x858283) is unknown color: approx 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

RGB133130131-
CMYK00.020.020.48
HSL340º1.21%51.57%-
HSV(B)340º2.26%52.16%-
XYZ21.7522.5924.69-
YUV131.01127.99129.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313013100.020.020.483401.2151.57
Hex85828302230154134
Octal20520220302260524164
Binary100001011000001010000011010101100001010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>