#5B505D

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

Shades of Fedora #5B505D

Tints of Fedora #5B505D

Color information

#5B505D (or 0x5B505D) is unknown color: approx Fedora. HEX triplet: 5B, 50 and 5D. RGB value is (91,80,93). Sum of RGB (Red+Green+Blue) = 91+80+93=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B505D is #A4AFA2. Grayscale: #545454. Windows color (decimal): -10792867 or 6115419. OLE color: 6115419.

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

Color convert

RGB918093-
CMYK0.020.1400.64
HSL290.77º7.51%33.92%-
HSV(B)290.77º13.98%36.47%-
XYZ9.168.7511.56-
YUV84.77132.64132.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.47%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=34.47%
G=30.30%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9180930.020.1400.64290.777.5133.92
Hex5B505D2E040123822
Octal13312013521601004431042
Binary101101110100001011101101110010000001001000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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