#5B4860

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

Shades of Fedora #5B4860

Tints of Fedora #5B4860

Color information

#5B4860 (or 0x5B4860) is unknown color: approx Fedora. HEX triplet: 5B, 48 and 60. RGB value is (91,72,96). Sum of RGB (Red+Green+Blue) = 91+72+96=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B4860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4860 is #A4B79F. Grayscale: #505050. Windows color (decimal): -10794912 or 6309979. OLE color: 6309979.

HSL color Cylindrical-coordinate representation of color #5B4860: hue angle of 287.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B4860 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB917296-
CMYK0.050.2500.62
HSL287.5º14.29%32.94%-
HSV(B)287.5º25%37.65%-
XYZ8.747.712.09-
YUV80.42136.79135.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.14%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=35.14%
G=27.80%
B=37.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9172960.050.2500.62287.514.2932.94
Hex5B486051903E120e21
Octal1331101405310764401641
Binary1011011100100011000001011100101111101001000001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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