#5F4660

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

Shades of Fedora #5F4660

Tints of Fedora #5F4660

Color information

#5F4660 (or 0x5F4660) is unknown color: approx Fedora. HEX triplet: 5F, 46 and 60. RGB value is (95,70,96). Sum of RGB (Red+Green+Blue) = 95+70+96=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #5F4660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4660 is #A0B99F. Grayscale: #505050. Windows color (decimal): -10533280 or 6309471. OLE color: 6309471.

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

Color convert

RGB957096-
CMYK0.010.2700.62
HSL297.69º15.66%32.55%-
HSV(B)297.69º27.08%37.65%-
XYZ9.027.6612.07-
YUV80.44136.78138.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.40%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=36.40%
G=26.82%
B=36.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9570960.010.2700.62297.6915.6632.55
Hex5F466011B03E12a1021
Octal1371061401330764522041
Binary101111110001101100000111011011111010010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,70,96); }

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

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

 a { background-color: rgb(95,70,96); }

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

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

 span { border-color: rgb(95,70,96); }

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