Html Css Color HEX #858581 Jumbo

📋 copy color: '#858581'

red 133 ◦ green 133 ◦ blue 129

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

Shades of Jumbo #858581

Tints of Jumbo #858581

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 value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#858581 (or 0x858581) is known color: 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

RGB 133 133 129 -
CMYK 0 0 0.03 0.48
HSL 60º 0.02% 0.51% -
HSV(B) 60º 0.03% 0.52% -
XYZ 22.02 23.35 24.11 -
YUV 132.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 133 133 129 0 0 0.03 0.48 60 0.02 0.51
Hex 85 85 81 0 0 3 30 3C 2 33
Octal 205 205 201 0 0 3 60 74 2 63
Binary 10000101 10000101 10000001 0 0 11 110000 111100 10 110011

Color Harmonies of #858581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858581

Black with #858581

Text Example


Text Example

White with #858581

Text Example


Text Example

HTML Codes & Css Web 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>