Html Css Color HEX #575953 Chicago

📋 copy color: '#575953'

red 87 ◦ green 89 ◦ blue 83

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

Shades of Chicago #575953

Tints of Chicago #575953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.36%

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

R = 33.59%
G = 34.36%
B = 32.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#575953 (or 0x575953) is known color: Chicago. HEX triplet: 57, 59 and 53. RGB value is (87,89,83). Sum of RGB (Red+Green+Blue) = 87+89+83=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 89 - color contains mainly: green. Hex color #575953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575953 is #A8A6AC. Grayscale: #575757. Windows color (decimal): -11052717 or 5462359. OLE color: 5462359.

HSL color Cylindrical-coordinate representation of color #575953: hue angle of 80º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #575953 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 89 83 -
CMYK 0.02 0 0.07 0.65
HSL 80º 0.03% 0.34% -
HSV(B) 80º 0.07% 0.35% -
XYZ 9.06 9.8 9.6 -
YUV 87.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 87 89 83 0.02 0 0.07 0.65 80 0.03 0.34
Hex 57 59 53 2 0 7 41 50 3 22
Octal 127 131 123 2 0 7 101 120 3 42
Binary 1010111 1011001 1010011 10 0 111 1000001 1010000 11 100010

Color Harmonies of #575953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575953

Black with #575953

Text Example


Text Example

White with #575953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575953; }

 p { color: rgb(87,89,83); }

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

background-color css

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

 a { background-color: rgb(87,89,83); }

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

border-color css

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

 span { border-color: rgb(87,89,83); }

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