Html Css Color HEX #575A53 Chicago

📋 copy color: '#575A53'

red 87 ◦ green 90 ◦ blue 83

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

Shades of Chicago #575A53

Tints of Chicago #575A53

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.62%

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

R = 33.46%
G = 34.62%
B = 31.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#575A53 (or 0x575A53) is known color: Chicago. HEX triplet: 57, 5A and 53. RGB value is (87,90,83). Sum of RGB (Red+Green+Blue) = 87+90+83=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 90 - color contains mainly: green. Hex color #575A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A53 is #A8A5AC. Grayscale: #585858. Windows color (decimal): -11052461 or 5462615. OLE color: 5462615.

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

Color convert

RGB 87 90 83 -
CMYK 0.03 0 0.08 0.65
HSL 85.71º 0.04% 0.34% -
HSV(B) 85.71º 0.08% 0.35% -
XYZ 9.15 9.96 9.62 -
YUV 88.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 87 90 83 0.03 0 0.08 0.65 85.71 0.04 0.34
Hex 57 5A 53 3 0 8 41 56 4 22
Octal 127 132 123 3 0 10 101 126 4 42
Binary 1010111 1011010 1010011 11 0 1000 1000001 1010110 100 100010

Color Harmonies of #575A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A53

Black with #575A53

Text Example


Text Example

White with #575A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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