Html Css Color HEX #575A54 Chicago

📋 copy color: '#575A54'

red 87 ◦ green 90 ◦ blue 84

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

Shades of Chicago #575A54

Tints of Chicago #575A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.18%

R = 33.33%
G = 34.48%
B = 32.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#575A54 (or 0x575A54) is known color: Chicago. HEX triplet: 57, 5A and 54. RGB value is (87,90,84). Sum of RGB (Red+Green+Blue) = 87+90+84=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 90 - color contains mainly: green. Hex color #575A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A54 is #A8A5AB. Grayscale: #585858. Windows color (decimal): -11052460 or 5528151. OLE color: 5528151.

HSL color Cylindrical-coordinate representation of color #575A54: hue angle of 90º 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 #575A54 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 90 84 -
CMYK 0.03 0 0.07 0.65
HSL 90º 0.03% 0.34% -
HSV(B) 90º 0.07% 0.35% -
XYZ 9.19 9.98 9.83 -
YUV 88.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 87 90 84 0.03 0 0.07 0.65 90 0.03 0.34
Hex 57 5A 54 3 0 7 41 5A 3 22
Octal 127 132 124 3 0 7 101 132 3 42
Binary 1010111 1011010 1010100 11 0 111 1000001 1011010 11 100010

Color Harmonies of #575A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A54

Black with #575A54

Text Example


Text Example

White with #575A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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