#56595D

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

Shades of Bright Grey #56595D

Tints of Bright Grey #56595D

Color information

#56595D (or 0x56595D) is unknown color: approx Bright Grey. HEX triplet: 56, 59 and 5D. RGB value is (86,89,93). Sum of RGB (Red+Green+Blue) = 86+89+93=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 93 - color contains mainly: blue. Hex color #56595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56595D is #A9A6A2. Grayscale: #585858. Windows color (decimal): -11118243 or 6117718. OLE color: 6117718.

HSL color Cylindrical-coordinate representation of color #56595D: hue angle of 214.29º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #56595D is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB868993-
CMYK0.080.0400.64
HSL214.29º3.91%35.1%-
HSV(B)214.29º7.53%36.47%-
XYZ9.399.9111.77-
YUV88.56130.51126.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=32.09%
G=33.21%
B=34.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8689930.080.0400.64214.293.9135.1
Hex56595D84040d6423
Octal1261311351040100326443
Binary10101101011001101110110001000100000011010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56595D; }

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

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

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

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

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

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

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

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