#565159

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

Shades of Fedora #565159

Tints of Fedora #565159

Color information

#565159 (or 0x565159) is unknown color: approx Fedora. HEX triplet: 56, 51 and 59. RGB value is (86,81,89). Sum of RGB (Red+Green+Blue) = 86+81+89=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 89 - color contains mainly: blue. Hex color #565159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565159 is #A9AEA6. Grayscale: #535353. Windows color (decimal): -11120295 or 5853526. OLE color: 5853526.

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

Color convert

RGB868189-
CMYK0.030.0900.65
HSL277.5º4.71%33.33%-
HSV(B)277.5º8.99%34.9%-
XYZ8.588.5810.66-
YUV83.41131.16129.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=33.59%
G=31.64%
B=34.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8681890.030.0900.65277.54.7133.33
Hex56515939041116521
Octal1261211313110101426541
Binary10101101010001101100111100101000001100010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565159; }

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

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

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

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

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

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

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

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