Html Css Color HEX #56495C Fedora

📋 copy color: '#56495C'

red 86 ◦ green 73 ◦ blue 92

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

Shades of Fedora #56495C

Tints of Fedora #56495C

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 value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#56495C (or 0x56495C) is known color: 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

RGB 86 73 92 -
CMYK 0.07 0.21 0 0.64
HSL 281.05º 0.12% 0.32% -
HSV(B) 281.05º 0.21% 0.36% -
XYZ 8.15 7.52 11.15 -
YUV 79.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 86 73 92 0.07 0.21 0 0.64 281.05 0.12 0.32
Hex 56 49 5C 7 15 0 40 119 C 20
Octal 126 111 134 7 25 0 100 431 14 40
Binary 1010110 1001001 1011100 111 10101 0 1000000 100011001 1100 100000

Color Harmonies of #56495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56495C

Black with #56495C

Text Example


Text Example

White with #56495C

Text Example


Text Example

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