#564F58

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

Shades of Fedora #564F58

Tints of Fedora #564F58

Color information

#564F58 (or 0x564F58) is unknown color: approx Fedora. HEX triplet: 56, 4F and 58. RGB value is (86,79,88). Sum of RGB (Red+Green+Blue) = 86+79+88=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 88 - color contains mainly: blue. Hex color #564F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F58 is #A9B0A7. Grayscale: #525252. Windows color (decimal): -11120808 or 5787478. OLE color: 5787478.

HSL color Cylindrical-coordinate representation of color #564F58: hue angle of 286.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #564F58 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB867988-
CMYK0.020.1000.65
HSL286.67º5.39%32.75%-
HSV(B)286.67º10.23%34.51%-
XYZ8.48.2710.39-
YUV82.12131.32130.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 79 (31.25% from 255) = 31.23%
BLUE value IS 88 (34.77% from 255) = 34.78%
R=33.99%
G=31.23%
B=34.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8679880.020.1000.65286.675.3932.75
Hex564F582A04111f521
Octal1261171302120101437541
Binary10101101001111101100010101001000001100011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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