Html Css Color HEX #858580 Jumbo

📋 copy color: '#858580'

red 133 ◦ green 133 ◦ blue 128

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

Shades of Jumbo #858580

Tints of Jumbo #858580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.49%

R = 33.76%
G = 33.76%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#858580 (or 0x858580) is known color: Jumbo. HEX triplet: 85, 85 and 80. RGB value is (133,133,128). Sum of RGB (Red+Green+Blue) = 133+133+128=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858580 is #7A7A7F. Grayscale: #848484. Windows color (decimal): -8026752 or 8422789. OLE color: 8422789.

HSL color Cylindrical-coordinate representation of color #858580: 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.04%. Process color model (Four color, CMYK) of #858580 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 133 128 -
CMYK 0 0 0.04 0.48
HSL 60º 0.02% 0.51% -
HSV(B) 60º 0.04% 0.52% -
XYZ 21.96 23.32 23.77 -
YUV 132.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 133 133 128 0 0 0.04 0.48 60 0.02 0.51
Hex 85 85 80 0 0 4 30 3C 2 33
Octal 205 205 200 0 0 4 60 74 2 63
Binary 10000101 10000101 10000000 0 0 100 110000 111100 10 110011

Color Harmonies of #858580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858580

Black with #858580

Text Example


Text Example

White with #858580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858580; }

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

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

background-color css

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

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

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

border-color css

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

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

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