Html Css Color HEX #5B5D53 Chicago

📋 copy color: '#5B5D53'

red 91 ◦ green 93 ◦ blue 83

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

Shades of Chicago #5B5D53

Tints of Chicago #5B5D53

RGB

 RED value IS 91 (35.94% from 255) = 34.08%

 GREEN value IS 93 (36.72% from 255) = 34.83%

 BLUE value IS 83 (32.81% from 255) = 31.09%

R = 34.08%
G = 34.83%
B = 31.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#5B5D53 (or 0x5B5D53) is known color: Chicago. HEX triplet: 5B, 5D and 53. RGB value is (91,93,83). Sum of RGB (Red+Green+Blue) = 91+93+83=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5D53 is #A4A2AC. Grayscale: #5B5B5B. Windows color (decimal): -10789549 or 5463387. OLE color: 5463387.

HSL color Cylindrical-coordinate representation of color #5B5D53: hue angle of 72º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5B5D53 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 93 83 -
CMYK 0.02 0 0.11 0.64
HSL 72º 0.06% 0.35% -
HSV(B) 72º 0.11% 0.36% -
XYZ 9.79 10.68 9.73 -
YUV 91.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 91 93 83 0.02 0 0.11 0.64 72 0.06 0.35
Hex 5B 5D 53 2 0 B 40 48 6 23
Octal 133 135 123 2 0 13 100 110 6 43
Binary 1011011 1011101 1010011 10 0 1011 1000000 1001000 110 100011

Color Harmonies of #5B5D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5D53

Black with #5B5D53

Text Example


Text Example

White with #5B5D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B5D53; }

 p { color: rgb(91,93,83); }

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

background-color css

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

 a { background-color: rgb(91,93,83); }

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

border-color css

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

 span { border-color: rgb(91,93,83); }

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