Html Css Color HEX #575E4A Chicago

📋 copy color: '#575E4A'

red 87 ◦ green 94 ◦ blue 74

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

Shades of Chicago #575E4A

Tints of Chicago #575E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.86%

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

R = 34.12%
G = 36.86%
B = 29.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#575E4A (or 0x575E4A) is known color: Chicago. HEX triplet: 57, 5E and 4A. RGB value is (87,94,74). Sum of RGB (Red+Green+Blue) = 87+94+74=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 94 - color contains mainly: green. Hex color #575E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575E4A is #A8A1B5. Grayscale: #595959. Windows color (decimal): -11051446 or 4873815. OLE color: 4873815.

HSL color Cylindrical-coordinate representation of color #575E4A: hue angle of 81º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575E4A is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 94 74 -
CMYK 0.07 0 0.21 0.63
HSL 81º 0.12% 0.33% -
HSV(B) 81º 0.21% 0.37% -
XYZ 9.17 10.53 8.03 -
YUV 89.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 87 94 74 0.07 0 0.21 0.63 81 0.12 0.33
Hex 57 5E 4A 7 0 15 3F 51 C 21
Octal 127 136 112 7 0 25 77 121 14 41
Binary 1010111 1011110 1001010 111 0 10101 111111 1010001 1100 100001

Color Harmonies of #575E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E4A

Black with #575E4A

Text Example


Text Example

White with #575E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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