#564F5A

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

Shades of Fedora #564F5A

Tints of Fedora #564F5A

Color information

#564F5A (or 0x564F5A) is unknown color: approx Fedora. HEX triplet: 56, 4F and 5A. RGB value is (86,79,90). Sum of RGB (Red+Green+Blue) = 86+79+90=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 90 - color contains mainly: blue. Hex color #564F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F5A is #A9B0A5. Grayscale: #525252. Windows color (decimal): -11120806 or 5918550. OLE color: 5918550.

HSL color Cylindrical-coordinate representation of color #564F5A: hue angle of 278.18º 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 #564F5A is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB867990-
CMYK0.040.1200.65
HSL278.18º6.51%33.14%-
HSV(B)278.18º12.22%35.29%-
XYZ8.488.3110.83-
YUV82.35132.32130.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.73%
GREEN value IS 79 (31.25% from 255) = 30.98%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=33.73%
G=30.98%
B=35.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8679900.040.1200.65278.186.5133.14
Hex564F5A4C041116721
Octal1261171324140101426741
Binary101011010011111011010100110001000001100010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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