#5D4663

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

Shades of Fedora #5D4663

Tints of Fedora #5D4663

Color information

#5D4663 (or 0x5D4663) is unknown color: approx Fedora. HEX triplet: 5D, 46 and 63. RGB value is (93,70,99). Sum of RGB (Red+Green+Blue) = 93+70+99=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D4663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4663 is #A2B99C. Grayscale: #505050. Windows color (decimal): -10664349 or 6506077. OLE color: 6506077.

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

Color convert

RGB937099-
CMYK0.060.2900.61
HSL287.59º17.16%33.14%-
HSV(B)287.59º29.29%38.82%-
XYZ8.967.6112.8-
YUV80.18138.62137.14-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.50%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=35.50%
G=26.72%
B=37.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9370990.060.2900.61287.5917.1633.14
Hex5D466361D03D1201121
Octal1351061436350754402141
Binary10111011000110110001111011101011110110010000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,70,99); }

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

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

 a { background-color: rgb(93,70,99); }

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

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

 span { border-color: rgb(93,70,99); }

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