#5B485C

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

Shades of Fedora #5B485C

Tints of Fedora #5B485C

Color information

#5B485C (or 0x5B485C) is unknown color: approx Fedora. HEX triplet: 5B, 48 and 5C. RGB value is (91,72,92). Sum of RGB (Red+Green+Blue) = 91+72+92=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B485C is #A4B7A3. Grayscale: #4F4F4F. Windows color (decimal): -10794916 or 6047835. OLE color: 6047835.

HSL color Cylindrical-coordinate representation of color #5B485C: hue angle of 297º 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 #5B485C is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB917292-
CMYK0.010.2200.64
HSL297º12.2%32.16%-
HSV(B)297º21.74%36.08%-
XYZ8.567.6311.15-
YUV79.96134.79135.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.69%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=35.69%
G=28.24%
B=36.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9172920.010.2200.6429712.232.16
Hex5B485C116040129c20
Octal13311013412601004511440
Binary101101110010001011100110110010000001001010011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,72,92); }

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

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

 a { background-color: rgb(91,72,92); }

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

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

 span { border-color: rgb(91,72,92); }

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