#565456

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

Shades of Fedora #565456

Tints of Fedora #565456

Color information

#565456 (or 0x565456) is unknown color: approx Fedora. HEX triplet: 56, 54 and 56. RGB value is (86,84,86). Sum of RGB (Red+Green+Blue) = 86+84+86=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #565456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565456 is #A9ABA9. Grayscale: #545454. Windows color (decimal): -11119530 or 5657686. OLE color: 5657686.

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

Color convert

RGB868486-
CMYK00.0200.66
HSL300º1.18%33.33%-
HSV(B)300º2.33%33.73%-
XYZ8.698.9910.08-
YUV84.83128.66128.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=33.59%
G=32.81%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86848600.0200.663001.1833.33
Hex5654560204212c121
Octal126124126020102454141
Binary101011010101001010110010010000101001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565456; }

 p { color: rgb(86,84,86); }

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

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

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

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

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

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

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