#858581

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

Shades of Jumbo #858581

Tints of Jumbo #858581

Color information

#858581 (or 0x858581) is unknown color: approx Jumbo. HEX triplet: 85, 85 and 81. RGB value is (133,133,129). Sum of RGB (Red+Green+Blue) = 133+133+129=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858581 is #7A7A7E. Grayscale: #848484. Windows color (decimal): -8026751 or 8488325. OLE color: 8488325.

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

Color convert

RGB133133129-
CMYK000.030.48
HSL60º1.61%51.37%-
HSV(B)60º3.01%52.16%-
XYZ22.0223.3524.11-
YUV132.54126128.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 129 (50.78% from 255) = 32.66%
R=33.67%
G=33.67%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133133129000.030.48601.6151.37
Hex858581003303c233
Octal2052052010036074263
Binary100001011000010110000001001111000011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858581; }

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

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

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

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

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

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

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

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