Html Css Color HEX #575F4E Chicago

📋 copy color: '#575F4E'

red 87 ◦ green 95 ◦ blue 78

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

Shades of Chicago #575F4E

Tints of Chicago #575F4E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

 BLUE value IS 78 (30.86% from 255) = 30%

R = 33.46%
G = 36.54%
B = 30%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#575F4E (or 0x575F4E) is known color: Chicago. HEX triplet: 57, 5F and 4E. RGB value is (87,95,78). Sum of RGB (Red+Green+Blue) = 87+95+78=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 95 - color contains mainly: green. Hex color #575F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F4E is #A8A0B1. Grayscale: #5A5A5A. Windows color (decimal): -11051186 or 5136215. OLE color: 5136215.

HSL color Cylindrical-coordinate representation of color #575F4E: hue angle of 88.24º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #575F4E is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 95 78 -
CMYK 0.08 0 0.18 0.63
HSL 88.24º 0.1% 0.34% -
HSV(B) 88.24º 0.18% 0.37% -
XYZ 9.4 10.76 8.79 -
YUV 90.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 87 95 78 0.08 0 0.18 0.63 88.24 0.1 0.34
Hex 57 5F 4E 8 0 12 3F 58 A 22
Octal 127 137 116 10 0 22 77 130 12 42
Binary 1010111 1011111 1001110 1000 0 10010 111111 1011000 1010 100010

Color Harmonies of #575F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F4E

Black with #575F4E

Text Example


Text Example

White with #575F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,95,78); }

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

background-color css

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

 a { background-color: rgb(87,95,78); }

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

border-color css

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

 span { border-color: rgb(87,95,78); }

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