#5F4765

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

Shades of Fedora #5F4765

Tints of Fedora #5F4765

Color information

#5F4765 (or 0x5F4765) is unknown color: approx Fedora. HEX triplet: 5F, 47 and 65. RGB value is (95,71,101). Sum of RGB (Red+Green+Blue) = 95+71+101=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F4765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4765 is #A0B89A. Grayscale: #515151. Windows color (decimal): -10533019 or 6637407. OLE color: 6637407.

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

Color convert

RGB9571101-
CMYK0.060.3000.60
HSL288º17.44%33.73%-
HSV(B)288º29.7%39.61%-
XYZ9.327.8813.34-
YUV81.6138.95137.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.58%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=35.58%
G=26.59%
B=37.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95711010.060.3000.6028817.4433.73
Hex5F476561E03C1201122
Octal1371071456360744402142
Binary10111111000111110010111011110011110010010000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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