Html Css Color HEX #575D4A Chicago

📋 copy color: '#575D4A'

red 87 ◦ green 93 ◦ blue 74

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

Shades of Chicago #575D4A

Tints of Chicago #575D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 34.25%
G = 36.61%
B = 29.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#575D4A (or 0x575D4A) is known color: Chicago. HEX triplet: 57, 5D and 4A. RGB value is (87,93,74). Sum of RGB (Red+Green+Blue) = 87+93+74=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 93 - color contains mainly: green. Hex color #575D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D4A is #A8A2B5. Grayscale: #595959. Windows color (decimal): -11051702 or 4873559. OLE color: 4873559.

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

Color convert

RGB 87 93 74 -
CMYK 0.06 0 0.20 0.64
HSL 78.95º 0.11% 0.33% -
HSV(B) 78.95º 0.2% 0.36% -
XYZ 9.08 10.35 8 -
YUV 89.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 87 93 74 0.06 0 0.20 0.64 78.95 0.11 0.33
Hex 57 5D 4A 6 0 14 40 4F B 21
Octal 127 135 112 6 0 24 100 117 13 41
Binary 1010111 1011101 1001010 110 0 10100 1000000 1001111 1011 100001

Color Harmonies of #575D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D4A

Black with #575D4A

Text Example


Text Example

White with #575D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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