#5D5660

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

Shades of Fedora #5D5660

Tints of Fedora #5D5660

Color information

#5D5660 (or 0x5D5660) is unknown color: approx Fedora. HEX triplet: 5D, 56 and 60. RGB value is (93,86,96). Sum of RGB (Red+Green+Blue) = 93+86+96=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 96 - color contains mainly: blue. Hex color #5D5660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5660 is #A2A99F. Grayscale: #595959. Windows color (decimal): -10660256 or 6313565. OLE color: 6313565.

HSL color Cylindrical-coordinate representation of color #5D5660: hue angle of 282º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D5660 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB938696-
CMYK0.030.1000.62
HSL282º5.49%35.69%-
HSV(B)282º10.42%37.65%-
XYZ9.959.8312.44-
YUV89.23131.82130.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.82%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 96 (37.89% from 255) = 34.91%
R=33.82%
G=31.27%
B=34.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9386960.030.1000.622825.4935.69
Hex5D56603A03E11a524
Octal135126140312076432544
Binary1011101101011011000001110100111110100011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,86,96); }

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

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

 a { background-color: rgb(93,86,96); }

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

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

 span { border-color: rgb(93,86,96); }

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