#56575C

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

Shades of Bright Grey #56575C

Tints of Bright Grey #56575C

Color information

#56575C (or 0x56575C) is unknown color: approx Bright Grey. HEX triplet: 56, 57 and 5C. RGB value is (86,87,92). Sum of RGB (Red+Green+Blue) = 86+87+92=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 92 - color contains mainly: blue. Hex color #56575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56575C is #A9A8A3. Grayscale: #575757. Windows color (decimal): -11118756 or 6051670. OLE color: 6051670.

HSL color Cylindrical-coordinate representation of color #56575C: hue angle of 230º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #56575C is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB868792-
CMYK0.070.0500.64
HSL230º3.37%34.9%-
HSV(B)230º6.52%36.08%-
XYZ9.189.5711.49-
YUV87.27130.67127.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=32.45%
G=32.83%
B=34.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8687920.070.0500.642303.3734.9
Hex56575C75040e6323
Octal126127134750100346343
Binary101011010101111011100111101010000001110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56575C; }

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

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

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

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

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

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

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

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