#5F4962

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

Shades of Fedora #5F4962

Tints of Fedora #5F4962

Color information

#5F4962 (or 0x5F4962) is unknown color: approx Fedora. HEX triplet: 5F, 49 and 62. RGB value is (95,73,98). Sum of RGB (Red+Green+Blue) = 95+73+98=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F4962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4962 is #A0B69D. Grayscale: #525252. Windows color (decimal): -10532510 or 6441311. OLE color: 6441311.

HSL color Cylindrical-coordinate representation of color #5F4962: hue angle of 292.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F4962 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB957398-
CMYK0.030.2600.62
HSL292.8º14.62%33.53%-
HSV(B)292.8º25.51%38.43%-
XYZ9.318.0812.62-
YUV82.43136.79136.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.71%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=35.71%
G=27.44%
B=36.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9573980.030.2600.62292.814.6233.53
Hex5F496231A03E125f22
Octal1371111423320764451742
Binary101111110010011100010111101001111101001001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,73,98); }

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

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

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

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

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

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

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