#565256

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

Shades of Fedora #565256

Tints of Fedora #565256

Color information

#565256 (or 0x565256) is unknown color: approx Fedora. HEX triplet: 56, 52 and 56. RGB value is (86,82,86). Sum of RGB (Red+Green+Blue) = 86+82+86=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #565256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565256 is #A9ADA9. Grayscale: #535353. Windows color (decimal): -11120042 or 5657174. OLE color: 5657174.

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

Color convert

RGB868286-
CMYK00.0500.66
HSL300º2.38%32.94%-
HSV(B)300º4.65%33.73%-
XYZ8.538.6810.03-
YUV83.65129.33129.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.86%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=33.86%
G=32.28%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86828600.0500.663002.3832.94
Hex5652560504212c221
Octal126122126050102454241
Binary10101101010010101011001010100001010010110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565256; }

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

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

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

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

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

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

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

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