#565059

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

Shades of Fedora #565059

Tints of Fedora #565059

Color information

#565059 (or 0x565059) is unknown color: approx Fedora. HEX triplet: 56, 50 and 59. RGB value is (86,80,89). Sum of RGB (Red+Green+Blue) = 86+80+89=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #565059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565059 is #A9AFA6. Grayscale: #525252. Windows color (decimal): -11120551 or 5853270. OLE color: 5853270.

HSL color Cylindrical-coordinate representation of color #565059: hue angle of 280º 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 #565059 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB868089-
CMYK0.030.1000.65
HSL280º5.33%33.14%-
HSV(B)280º10.11%34.9%-
XYZ8.518.4410.63-
YUV82.82131.49130.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.73%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=33.73%
G=31.37%
B=34.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8680890.030.1000.652805.3333.14
Hex5650593A041118521
Octal1261201313120101430541
Binary10101101010000101100111101001000001100011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565059; }

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

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

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

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

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

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

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

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