#565759

Color #565759 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #565759

Tints of Bright Grey #565759

Color information

#565759 (or 0x565759) is unknown color: approx Bright Grey. HEX triplet: 56, 57 and 59. RGB value is (86,87,89). Sum of RGB (Red+Green+Blue) = 86+87+89=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 89 - color contains mainly: blue. Hex color #565759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565759 is #A9A8A6. Grayscale: #565656. Windows color (decimal): -11118759 or 5855062. OLE color: 5855062.

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

Color convert

RGB868789-
CMYK0.030.0200.65
HSL220º1.71%34.31%-
HSV(B)220º3.37%34.9%-
XYZ9.059.5210.81-
YUV86.93129.17127.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 89 (35.16% from 255) = 33.97%
R=32.82%
G=33.21%
B=33.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8687890.030.0200.652201.7134.31
Hex56575932041dc222
Octal126127131320101334242
Binary1010110101011110110011110010000011101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565759; }

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

 H1.HeaderClassName
 {
   color: #565759;
 }
 .AnyTagClassName
 {
   color: #565759;
 }
</style>
background-color css

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

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

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

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

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

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