Html Css Color HEX #575B4C Chicago

📋 copy color: '#575B4C'

red 87 ◦ green 91 ◦ blue 76

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

Shades of Chicago #575B4C

Tints of Chicago #575B4C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.83%

 BLUE value IS 76 (30.08% from 255) = 29.92%

R = 34.25%
G = 35.83%
B = 29.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#575B4C (or 0x575B4C) is known color: Chicago. HEX triplet: 57, 5B and 4C. RGB value is (87,91,76). Sum of RGB (Red+Green+Blue) = 87+91+76=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 91 - color contains mainly: green. Hex color #575B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575B4C is #A8A4B3. Grayscale: #585858. Windows color (decimal): -11052212 or 5004119. OLE color: 5004119.

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

Color convert

RGB 87 91 76 -
CMYK 0.04 0 0.16 0.64
HSL 76º 0.09% 0.33% -
HSV(B) 76º 0.16% 0.36% -
XYZ 8.98 10.03 8.3 -
YUV 88.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 87 91 76 0.04 0 0.16 0.64 76 0.09 0.33
Hex 57 5B 4C 4 0 10 40 4C 9 21
Octal 127 133 114 4 0 20 100 114 11 41
Binary 1010111 1011011 1001100 100 0 10000 1000000 1001100 1001 100001

Color Harmonies of #575B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B4C

Black with #575B4C

Text Example


Text Example

White with #575B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,91,76); }

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

background-color css

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

 a { background-color: rgb(87,91,76); }

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

border-color css

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

 span { border-color: rgb(87,91,76); }

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