#5F4865

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

Shades of Fedora #5F4865

Tints of Fedora #5F4865

Color information

#5F4865 (or 0x5F4865) is unknown color: approx Fedora. HEX triplet: 5F, 48 and 65. RGB value is (95,72,101). Sum of RGB (Red+Green+Blue) = 95+72+101=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F4865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4865 is #A0B79A. Grayscale: #525252. Windows color (decimal): -10532763 or 6637663. OLE color: 6637663.

HSL color Cylindrical-coordinate representation of color #5F4865: hue angle of 287.59º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F4865 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9572101-
CMYK0.060.2900.60
HSL287.59º16.76%33.92%-
HSV(B)287.59º28.71%39.61%-
XYZ9.398.0113.36-
YUV82.18138.62137.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.45%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=35.45%
G=26.87%
B=37.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95721010.060.2900.60287.5916.7633.92
Hex5F486561D03C1201122
Octal1371101456350744402142
Binary10111111001000110010111011101011110010010000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,72,101); }

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

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

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

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

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

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

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