#56495C

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

Shades of Fedora #56495C

Tints of Fedora #56495C

Color information

#56495C (or 0x56495C) is unknown color: approx Fedora. HEX triplet: 56, 49 and 5C. RGB value is (86,73,92). Sum of RGB (Red+Green+Blue) = 86+73+92=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: blue. Hex color #56495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56495C is #A9B6A3. Grayscale: #4E4E4E. Windows color (decimal): -11122340 or 6048086. OLE color: 6048086.

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

Color convert

RGB867392-
CMYK0.070.2100.64
HSL281.05º11.52%32.35%-
HSV(B)281.05º20.65%36.08%-
XYZ8.157.5211.15-
YUV79.05135.31132.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=34.26%
G=29.08%
B=36.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8673920.070.2100.64281.0511.5232.35
Hex56495C715040119c20
Octal12611113472501004311440
Binary10101101001001101110011110101010000001000110011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56495C; }

 p { color: rgb(86,73,92); }

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

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

 a { background-color: rgb(86,73,92); }

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

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

 span { border-color: rgb(86,73,92); }

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