#565057

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

Shades of Fedora #565057

Tints of Fedora #565057

Color information

#565057 (or 0x565057) is unknown color: approx Fedora. HEX triplet: 56, 50 and 57. RGB value is (86,80,87). Sum of RGB (Red+Green+Blue) = 86+80+87=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 87 - color contains mainly: blue. Hex color #565057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565057 is #A9AFA8. Grayscale: #525252. Windows color (decimal): -11120553 or 5722198. OLE color: 5722198.

HSL color Cylindrical-coordinate representation of color #565057: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #565057 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB868087-
CMYK0.010.0800.66
HSL291.43º4.19%32.75%-
HSV(B)291.43º8.05%34.12%-
XYZ8.438.410.19-
YUV82.59130.49130.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 87 (34.38% from 255) = 34.39%
R=33.99%
G=31.62%
B=34.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8680870.010.0800.66291.434.1932.75
Hex56505718042123421
Octal1261201271100102443441
Binary1010110101000010101111100001000010100100011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565057; }

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

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

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

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

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

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

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

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