#564C58

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

Shades of Fedora #564C58

Tints of Fedora #564C58

Color information

#564C58 (or 0x564C58) is unknown color: approx Fedora. HEX triplet: 56, 4C and 58. RGB value is (86,76,88). Sum of RGB (Red+Green+Blue) = 86+76+88=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 88 - color contains mainly: blue. Hex color #564C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C58 is #A9B3A7. Grayscale: #505050. Windows color (decimal): -11121576 or 5786710. OLE color: 5786710.

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

Color convert

RGB867688-
CMYK0.020.1400.65
HSL290º7.32%32.16%-
HSV(B)290º13.64%34.51%-
XYZ8.187.8510.32-
YUV80.36132.31132.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 88 (34.77% from 255) = 35.2%
R=34.4%
G=30.4%
B=35.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8676880.020.1400.652907.3232.16
Hex564C582E041122720
Octal1261141302160101442740
Binary10101101001100101100010111001000001100100010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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