Html Css Color HEX #575A4F Chicago

📋 copy color: '#575A4F'

red 87 ◦ green 90 ◦ blue 79

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

Shades of Chicago #575A4F

Tints of Chicago #575A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.86%

R = 33.98%
G = 35.16%
B = 30.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#575A4F (or 0x575A4F) is known color: Chicago. HEX triplet: 57, 5A and 4F. RGB value is (87,90,79). Sum of RGB (Red+Green+Blue) = 87+90+79=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 90 - color contains mainly: green. Hex color #575A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A4F is #A8A5B0. Grayscale: #575757. Windows color (decimal): -11052465 or 5200471. OLE color: 5200471.

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

Color convert

RGB 87 90 79 -
CMYK 0.03 0 0.12 0.65
HSL 76.36º 0.07% 0.33% -
HSV(B) 76.36º 0.12% 0.35% -
XYZ 9 9.9 8.83 -
YUV 87.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 87 90 79 0.03 0 0.12 0.65 76.36 0.07 0.33
Hex 57 5A 4F 3 0 C 41 4C 7 21
Octal 127 132 117 3 0 14 101 114 7 41
Binary 1010111 1011010 1001111 11 0 1100 1000001 1001100 111 100001

Color Harmonies of #575A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A4F

Black with #575A4F

Text Example


Text Example

White with #575A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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