#85857E

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

Shades of Jumbo #85857E

Tints of Jumbo #85857E

Color information

#85857E (or 0x85857E) is unknown color: approx Jumbo. HEX triplet: 85, 85 and 7E. RGB value is (133,133,126). Sum of RGB (Red+Green+Blue) = 133+133+126=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85857E is #7A7A81. Grayscale: #848484. Windows color (decimal): -8026754 or 8291717. OLE color: 8291717.

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

Color convert

RGB133133126-
CMYK000.050.48
HSL60º2.79%50.78%-
HSV(B)60º5.26%52.16%-
XYZ21.8323.2723.08-
YUV132.2124.5128.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=33.93%
G=33.93%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133133126000.050.48602.7950.78
Hex85857E005303c333
Octal2052051760056074363
Binary100001011000010111111100010111000011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85857E; }

 p { color: rgb(133,133,126); }

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

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

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

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

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

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

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