Html Css Color HEX #5B5C53 Chicago

📋 copy color: '#5B5C53'

red 91 ◦ green 92 ◦ blue 83

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

Shades of Chicago #5B5C53

Tints of Chicago #5B5C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

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

R = 34.21%
G = 34.59%
B = 31.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#5B5C53 (or 0x5B5C53) is known color: Chicago. HEX triplet: 5B, 5C and 53. RGB value is (91,92,83). Sum of RGB (Red+Green+Blue) = 91+92+83=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 92 - color contains mainly: green. Hex color #5B5C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5C53 is #A4A3AC. Grayscale: #5A5A5A. Windows color (decimal): -10789805 or 5463131. OLE color: 5463131.

HSL color Cylindrical-coordinate representation of color #5B5C53: hue angle of 66.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B5C53 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 92 83 -
CMYK 0.01 0 0.10 0.64
HSL 66.67º 0.05% 0.34% -
HSV(B) 66.67º 0.1% 0.36% -
XYZ 9.7 10.5 9.7 -
YUV 90.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 91 92 83 0.01 0 0.10 0.64 66.67 0.05 0.34
Hex 5B 5C 53 1 0 A 40 43 5 22
Octal 133 134 123 1 0 12 100 103 5 42
Binary 1011011 1011100 1010011 1 0 1010 1000000 1000011 101 100010

Color Harmonies of #5B5C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5C53

Black with #5B5C53

Text Example


Text Example

White with #5B5C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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