#56585A

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

Shades of Bright Grey #56585A

Tints of Bright Grey #56585A

Color information

#56585A (or 0x56585A) is unknown color: approx Bright Grey. HEX triplet: 56, 58 and 5A. RGB value is (86,88,90). Sum of RGB (Red+Green+Blue) = 86+88+90=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 90 - color contains mainly: blue. Hex color #56585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56585A is #A9A7A5. Grayscale: #575757. Windows color (decimal): -11118502 or 5920854. OLE color: 5920854.

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

Color convert

RGB868890-
CMYK0.040.0200.65
HSL210º2.27%34.51%-
HSV(B)210º4.44%35.29%-
XYZ9.179.711.06-
YUV87.63129.34126.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 88 (34.77% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=32.58%
G=33.33%
B=34.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8688900.040.0200.652102.2734.51
Hex56585A42041d2223
Octal126130132420101322243
Binary10101101011000101101010010010000011101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56585A; }

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

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

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

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

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

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

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

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