#5B495D

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

Shades of Fedora #5B495D

Tints of Fedora #5B495D

Color information

#5B495D (or 0x5B495D) is unknown color: approx Fedora. HEX triplet: 5B, 49 and 5D. RGB value is (91,73,93). Sum of RGB (Red+Green+Blue) = 91+73+93=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B495D is #A4B6A2. Grayscale: #505050. Windows color (decimal): -10794659 or 6113627. OLE color: 6113627.

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

Color convert

RGB917393-
CMYK0.020.2200.64
HSL294º12.05%32.55%-
HSV(B)294º21.51%36.47%-
XYZ8.677.7811.4-
YUV80.66134.96135.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.41%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=35.41%
G=28.40%
B=36.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9173930.020.2200.6429412.0532.55
Hex5B495D216040126c21
Octal13311113522601004461441
Binary1011011100100110111011010110010000001001001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B495D; }

 p { color: rgb(91,73,93); }

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

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

 a { background-color: rgb(91,73,93); }

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

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

 span { border-color: rgb(91,73,93); }

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