#564E59

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

Shades of Fedora #564E59

Tints of Fedora #564E59

Color information

#564E59 (or 0x564E59) is unknown color: approx Fedora. HEX triplet: 56, 4E and 59. RGB value is (86,78,89). Sum of RGB (Red+Green+Blue) = 86+78+89=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #564E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E59 is #A9B1A6. Grayscale: #515151. Windows color (decimal): -11121063 or 5852758. OLE color: 5852758.

HSL color Cylindrical-coordinate representation of color #564E59: hue angle of 283.64º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #564E59 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB867889-
CMYK0.030.1200.65
HSL283.64º6.59%32.75%-
HSV(B)283.64º12.36%34.9%-
XYZ8.378.1510.58-
YUV81.65132.15131.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 89 (35.16% from 255) = 35.18%
R=33.99%
G=30.83%
B=35.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8678890.030.1200.65283.646.5932.75
Hex564E593C04111c721
Octal1261161313140101434741
Binary10101101001110101100111110001000001100011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564E59; }

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

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

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

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

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

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

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

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