Html Css Color HEX #575850 Chicago

📋 copy color: '#575850'

red 87 ◦ green 88 ◦ blue 80

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

Shades of Chicago #575850

Tints of Chicago #575850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

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

R = 34.12%
G = 34.51%
B = 31.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#575850 (or 0x575850) is known color: Chicago. HEX triplet: 57, 58 and 50. RGB value is (87,88,80). Sum of RGB (Red+Green+Blue) = 87+88+80=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 88 - color contains mainly: green. Hex color #575850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575850 is #A8A7AF. Grayscale: #565656. Windows color (decimal): -11052976 or 5265495. OLE color: 5265495.

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

Color convert

RGB 87 88 80 -
CMYK 0.01 0 0.09 0.65
HSL 67.5º 0.05% 0.33% -
HSV(B) 67.5º 0.09% 0.35% -
XYZ 8.87 9.58 8.97 -
YUV 86.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 87 88 80 0.01 0 0.09 0.65 67.5 0.05 0.33
Hex 57 58 50 1 0 9 41 44 5 21
Octal 127 130 120 1 0 11 101 104 5 41
Binary 1010111 1011000 1010000 1 0 1001 1000001 1000100 101 100001

Color Harmonies of #575850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575850

Black with #575850

Text Example


Text Example

White with #575850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575850; }

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

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

background-color css

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

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

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

border-color css

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

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

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