Html Css Color HEX #565850 Chicago

📋 copy color: '#565850'

red 86 ◦ green 88 ◦ blue 80

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

Shades of Chicago #565850

Tints of Chicago #565850

RGB

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

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

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

R = 33.86%
G = 34.65%
B = 31.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#565850 (or 0x565850) is known color: Chicago. HEX triplet: 56, 58 and 50. RGB value is (86,88,80). Sum of RGB (Red+Green+Blue) = 86+88+80=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 88 - color contains mainly: green. Hex color #565850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565850 is #A9A7AF. Grayscale: #565656. Windows color (decimal): -11118512 or 5265494. OLE color: 5265494.

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

Color convert

RGB 86 88 80 -
CMYK 0.02 0 0.09 0.65
HSL 75º 0.05% 0.33% -
HSV(B) 75º 0.09% 0.35% -
XYZ 8.78 9.54 8.97 -
YUV 86.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 86 88 80 0.02 0 0.09 0.65 75 0.05 0.33
Hex 56 58 50 2 0 9 41 4B 5 21
Octal 126 130 120 2 0 11 101 113 5 41
Binary 1010110 1011000 1010000 10 0 1001 1000001 1001011 101 100001

Color Harmonies of #565850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565850

Black with #565850

Text Example


Text Example

White with #565850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565850; }

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

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

background-color css

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

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

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

border-color css

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

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

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