#56475B

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

Shades of Fedora #56475B

Tints of Fedora #56475B

Color information

#56475B (or 0x56475B) is unknown color: approx Fedora. HEX triplet: 56, 47 and 5B. RGB value is (86,71,91). Sum of RGB (Red+Green+Blue) = 86+71+91=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 91 - color contains mainly: blue. Hex color #56475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56475B is #A9B8A4. Grayscale: #4D4D4D. Windows color (decimal): -11122853 or 5982038. OLE color: 5982038.

HSL color Cylindrical-coordinate representation of color #56475B: hue angle of 285º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #56475B is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB867191-
CMYK0.050.2200.64
HSL285º12.35%31.76%-
HSV(B)285º21.98%35.69%-
XYZ7.987.2410.87-
YUV77.76135.47133.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=34.68%
G=28.63%
B=36.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8671910.050.2200.6428512.3531.76
Hex56475B51604011dc20
Octal12610713352601004351440
Binary10101101000111101101110110110010000001000111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56475B; }

 p { color: rgb(86,71,91); }

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

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

 a { background-color: rgb(86,71,91); }

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

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

 span { border-color: rgb(86,71,91); }

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