Html Css Color HEX #5B624A Chicago

📋 copy color: '#5B624A'

red 91 ◦ green 98 ◦ blue 74

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

Shades of Chicago #5B624A

Tints of Chicago #5B624A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.26%

 BLUE value IS 74 (29.3% from 255) = 28.14%

R = 34.6%
G = 37.26%
B = 28.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#5B624A (or 0x5B624A) is known color: Chicago. HEX triplet: 5B, 62 and 4A. RGB value is (91,98,74). Sum of RGB (Red+Green+Blue) = 91+98+74=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 98 - color contains mainly: green. Hex color #5B624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B624A is #A49DB5. Grayscale: #5D5D5D. Windows color (decimal): -10788278 or 4874843. OLE color: 4874843.

HSL color Cylindrical-coordinate representation of color #5B624A: hue angle of 77.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B624A is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 98 74 -
CMYK 0.07 0 0.24 0.62
HSL 77.5º 0.14% 0.34% -
HSV(B) 77.5º 0.24% 0.38% -
XYZ 9.92 11.45 8.17 -
YUV 93.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 91 98 74 0.07 0 0.24 0.62 77.5 0.14 0.34
Hex 5B 62 4A 7 0 18 3E 4E E 22
Octal 133 142 112 7 0 30 76 116 16 42
Binary 1011011 1100010 1001010 111 0 11000 111110 1001110 1110 100010

Color Harmonies of #5B624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B624A

Black with #5B624A

Text Example


Text Example

White with #5B624A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,98,74); }

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

background-color css

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

 a { background-color: rgb(91,98,74); }

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

border-color css

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

 span { border-color: rgb(91,98,74); }

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