Html Css Color HEX #858583 Jumbo

📋 copy color: '#858583'

red 133 ◦ green 133 ◦ blue 131

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

Shades of Jumbo #858583

Tints of Jumbo #858583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33%

R = 33.5%
G = 33.5%
B = 33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#858583 (or 0x858583) is known color: Jumbo. HEX triplet: 85, 85 and 83. RGB value is (133,133,131). Sum of RGB (Red+Green+Blue) = 133+133+131=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858583 is #7A7A7C. Grayscale: #848484. Windows color (decimal): -8026749 or 8619397. OLE color: 8619397.

HSL color Cylindrical-coordinate representation of color #858583: hue angle of 60º 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 #858583 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 133 131 -
CMYK 0 0 0.02 0.48
HSL 60º 0.01% 0.52% -
HSV(B) 60º 0.02% 0.52% -
XYZ 22.16 23.4 24.82 -
YUV 132.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 133 133 131 0 0 0.02 0.48 60 0.01 0.52
Hex 85 85 83 0 0 2 30 3C 1 34
Octal 205 205 203 0 0 2 60 74 1 64
Binary 10000101 10000101 10000011 0 0 10 110000 111100 1 110100

Color Harmonies of #858583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858583

Black with #858583

Text Example


Text Example

White with #858583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858583; }

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

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

background-color css

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

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

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

border-color css

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

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

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