Html Css Color HEX #575955 Chicago

📋 copy color: '#575955'

red 87 ◦ green 89 ◦ blue 85

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

Shades of Chicago #575955

Tints of Chicago #575955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.57%

R = 33.33%
G = 34.1%
B = 32.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#575955 (or 0x575955) is known color: Chicago. HEX triplet: 57, 59 and 55. RGB value is (87,89,85). Sum of RGB (Red+Green+Blue) = 87+89+85=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 89 - color contains mainly: green. Hex color #575955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575955 is #A8A6AA. Grayscale: #575757. Windows color (decimal): -11052715 or 5593431. OLE color: 5593431.

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

Color convert

RGB 87 89 85 -
CMYK 0.02 0 0.04 0.65
HSL 90º 0.02% 0.34% -
HSV(B) 90º 0.04% 0.35% -
XYZ 9.14 9.83 10.01 -
YUV 87.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 87 89 85 0.02 0 0.04 0.65 90 0.02 0.34
Hex 57 59 55 2 0 4 41 5A 2 22
Octal 127 131 125 2 0 4 101 132 2 42
Binary 1010111 1011001 1010101 10 0 100 1000001 1011010 10 100010

Color Harmonies of #575955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575955

Black with #575955

Text Example


Text Example

White with #575955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575955; }

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

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

background-color css

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

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

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

border-color css

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

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

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