Html Css Color HEX #565950 Chicago

📋 copy color: '#565950'

red 86 ◦ green 89 ◦ blue 80

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

Shades of Chicago #565950

Tints of Chicago #565950

RGB

 RED value IS 86 (33.98% from 255) = 33.73%

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

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

R = 33.73%
G = 34.9%
B = 31.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#565950 (or 0x565950) is known color: Chicago. HEX triplet: 56, 59 and 50. RGB value is (86,89,80). Sum of RGB (Red+Green+Blue) = 86+89+80=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 89 - color contains mainly: green. Hex color #565950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565950 is #A9A6AF. Grayscale: #575757. Windows color (decimal): -11118256 or 5265750. OLE color: 5265750.

HSL color Cylindrical-coordinate representation of color #565950: hue angle of 80º 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 #565950 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 89 80 -
CMYK 0.03 0 0.10 0.65
HSL 80º 0.05% 0.33% -
HSV(B) 80º 0.1% 0.35% -
XYZ 8.86 9.7 9 -
YUV 87.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 86 89 80 0.03 0 0.10 0.65 80 0.05 0.33
Hex 56 59 50 3 0 A 41 50 5 21
Octal 126 131 120 3 0 12 101 120 5 41
Binary 1010110 1011001 1010000 11 0 1010 1000001 1010000 101 100001

Color Harmonies of #565950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565950

Black with #565950

Text Example


Text Example

White with #565950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565950; }

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

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

background-color css

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

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

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

border-color css

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

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

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