Html Css Color HEX #575D4D Chicago

📋 copy color: '#575D4D'

red 87 ◦ green 93 ◦ blue 77

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

Shades of Chicago #575D4D

Tints of Chicago #575D4D

RGB

 RED value IS 87 (34.38% from 255) = 33.85%

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

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 33.85%
G = 36.19%
B = 29.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#575D4D (or 0x575D4D) is known color: Chicago. HEX triplet: 57, 5D and 4D. RGB value is (87,93,77). Sum of RGB (Red+Green+Blue) = 87+93+77=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 93 - color contains mainly: green. Hex color #575D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D4D is #A8A2B2. Grayscale: #595959. Windows color (decimal): -11051699 or 5070167. OLE color: 5070167.

HSL color Cylindrical-coordinate representation of color #575D4D: hue angle of 82.5º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575D4D is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 93 77 -
CMYK 0.06 0 0.17 0.64
HSL 82.5º 0.09% 0.33% -
HSV(B) 82.5º 0.17% 0.36% -
XYZ 9.18 10.39 8.54 -
YUV 89.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 87 93 77 0.06 0 0.17 0.64 82.5 0.09 0.33
Hex 57 5D 4D 6 0 11 40 52 9 21
Octal 127 135 115 6 0 21 100 122 11 41
Binary 1010111 1011101 1001101 110 0 10001 1000000 1010010 1001 100001

Color Harmonies of #575D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D4D

Black with #575D4D

Text Example


Text Example

White with #575D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575D4D; }

 p { color: rgb(87,93,77); }

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

background-color css

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

 a { background-color: rgb(87,93,77); }

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

border-color css

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

 span { border-color: rgb(87,93,77); }

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