#5B555C

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

Shades of Fedora #5B555C

Tints of Fedora #5B555C

Color information

#5B555C (or 0x5B555C) is unknown color: approx Fedora. HEX triplet: 5B, 55 and 5C. RGB value is (91,85,92). Sum of RGB (Red+Green+Blue) = 91+85+92=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B555C is #A4AAA3. Grayscale: #575757. Windows color (decimal): -10791588 or 6051163. OLE color: 6051163.

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

Color convert

RGB918592-
CMYK0.010.0800.64
HSL291.43º3.95%34.71%-
HSV(B)291.43º7.61%36.08%-
XYZ9.499.4911.46-
YUV87.59130.49130.43-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.96%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=33.96%
G=31.72%
B=34.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9185920.010.0800.64291.433.9534.71
Hex5B555C18040123423
Octal1331251341100100443443
Binary1011011101010110111001100001000000100100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,85,92); }

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

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

 a { background-color: rgb(91,85,92); }

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

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

 span { border-color: rgb(91,85,92); }

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