#565457

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

Shades of Fedora #565457

Tints of Fedora #565457

Color information

#565457 (or 0x565457) is unknown color: approx Fedora. HEX triplet: 56, 54 and 57. RGB value is (86,84,87). Sum of RGB (Red+Green+Blue) = 86+84+87=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 87 - color contains mainly: blue. Hex color #565457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565457 is #A9ABA8. Grayscale: #545454. Windows color (decimal): -11119529 or 5723222. OLE color: 5723222.

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

Color convert

RGB868487-
CMYK0.010.0300.66
HSL280º1.75%33.53%-
HSV(B)280º3.45%34.12%-
XYZ8.739.0110.3-
YUV84.94129.16128.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.46%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 87 (34.38% from 255) = 33.85%
R=33.46%
G=32.68%
B=33.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8684870.010.0300.662801.7533.53
Hex56545713042118222
Octal126124127130102430242
Binary1010110101010010101111110100001010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565457; }

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

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

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

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

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

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

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

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