Html Css Color HEX #56475B Fedora

📋 copy color: '#56475B'

red 86 ◦ green 71 ◦ blue 91

#56475B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #56475B

Tints of Fedora #56475B

RGB

 RED value IS 86 (33.98% from 255) = 34.68%

 GREEN value IS 71 (28.13% 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 value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56475B (or 0x56475B) is known color: 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

RGB 86 71 91 -
CMYK 0.05 0.22 0 0.64
HSL 285º 0.12% 0.32% -
HSV(B) 285º 0.22% 0.36% -
XYZ 7.98 7.24 10.87 -
YUV 77.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 86 71 91 0.05 0.22 0 0.64 285 0.12 0.32
Hex 56 47 5B 5 16 0 40 11D C 20
Octal 126 107 133 5 26 0 100 435 14 40
Binary 1010110 1000111 1011011 101 10110 0 1000000 100011101 1100 100000

Color Harmonies of #56475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56475B

Black with #56475B

Text Example


Text Example

White with #56475B

Text Example


Text Example

HTML Codes & Css Web 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>