#5F4B5F

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

Shades of Fedora #5F4B5F

Tints of Fedora #5F4B5F

Color information

#5F4B5F (or 0x5F4B5F) is unknown color: approx Fedora. HEX triplet: 5F, 4B and 5F. RGB value is (95,75,95). Sum of RGB (Red+Green+Blue) = 95+75+95=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 95 - color contains mainly: red, blue. Hex color #5F4B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4B5F is #A0B4A0. Grayscale: #535353. Windows color (decimal): -10532001 or 6245215. OLE color: 6245215.

HSL color Cylindrical-coordinate representation of color #5F4B5F: hue angle of 300º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F4B5F is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB957595-
CMYK00.2100.63
HSL300º11.76%33.33%-
HSV(B)300º21.05%37.25%-
XYZ9.38.2911.94-
YUV83.26134.63136.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.85%
GREEN value IS 75 (29.69% from 255) = 28.30%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=35.85%
G=28.30%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95759500.2100.6330011.7633.33
Hex5F4B5F01503F12cc21
Octal1371131370250774541441
Binary10111111001011101111101010101111111001011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,75,95); }

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

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

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

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

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

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

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