#565758

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

Shades of Bright Grey #565758

Tints of Bright Grey #565758

Color information

#565758 (or 0x565758) is unknown color: approx Bright Grey. HEX triplet: 56, 57 and 58. RGB value is (86,87,88). Sum of RGB (Red+Green+Blue) = 86+87+88=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 88 - color contains mainly: blue. Hex color #565758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565758 is #A9A8A7. Grayscale: #565656. Windows color (decimal): -11118760 or 5789526. OLE color: 5789526.

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

Color convert

RGB868788-
CMYK0.020.0100.65
HSL210º1.15%34.12%-
HSV(B)210º2.27%34.51%-
XYZ9.019.510.59-
YUV86.81128.67127.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=32.95%
G=33.33%
B=33.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8687880.020.0100.652101.1534.12
Hex56575821041d2122
Octal126127130210101322142
Binary10101101010111101100010101000001110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565758; }

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

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

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

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

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

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

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

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