#5B575D

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

Shades of Fedora #5B575D

Tints of Fedora #5B575D

Color information

#5B575D (or 0x5B575D) is unknown color: approx Fedora. HEX triplet: 5B, 57 and 5D. RGB value is (91,87,93). Sum of RGB (Red+Green+Blue) = 91+87+93=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B575D is #A4A8A2. Grayscale: #585858. Windows color (decimal): -10791075 or 6117211. OLE color: 6117211.

HSL color Cylindrical-coordinate representation of color #5B575D: hue angle of 280º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5B575D is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB918793-
CMYK0.020.0600.64
HSL280º3.33%35.29%-
HSV(B)280º6.45%36.47%-
XYZ9.79.8311.74-
YUV88.88130.33129.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.58%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=33.58%
G=32.10%
B=34.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9187930.020.0600.642803.3335.29
Hex5B575D26040118323
Octal133127135260100430343
Binary101101110101111011101101100100000010001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,87,93); }

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

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

 a { background-color: rgb(91,87,93); }

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

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

 span { border-color: rgb(91,87,93); }

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