Html Css Color HEX #575950 Chicago

📋 copy color: '#575950'

red 87 ◦ green 89 ◦ blue 80

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

Shades of Chicago #575950

Tints of Chicago #575950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.77%

 BLUE value IS 80 (31.64% from 255) = 31.25%

R = 33.98%
G = 34.77%
B = 31.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#575950 (or 0x575950) is known color: Chicago. HEX triplet: 57, 59 and 50. RGB value is (87,89,80). Sum of RGB (Red+Green+Blue) = 87+89+80=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 89 - color contains mainly: green. Hex color #575950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575950 is #A8A6AF. Grayscale: #575757. Windows color (decimal): -11052720 or 5265751. OLE color: 5265751.

HSL color Cylindrical-coordinate representation of color #575950: hue angle of 73.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #575950 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 89 80 -
CMYK 0.02 0 0.10 0.65
HSL 73.33º 0.05% 0.33% -
HSV(B) 73.33º 0.1% 0.35% -
XYZ 8.95 9.75 9 -
YUV 87.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 87 89 80 0.02 0 0.10 0.65 73.33 0.05 0.33
Hex 57 59 50 2 0 A 41 49 5 21
Octal 127 131 120 2 0 12 101 111 5 41
Binary 1010111 1011001 1010000 10 0 1010 1000001 1001001 101 100001

Color Harmonies of #575950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575950

Black with #575950

Text Example


Text Example

White with #575950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575950; }

 p { color: rgb(87,89,80); }

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

background-color css

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

 a { background-color: rgb(87,89,80); }

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

border-color css

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

 span { border-color: rgb(87,89,80); }

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