#5C555F

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

Shades of Fedora #5C555F

Tints of Fedora #5C555F

Color information

#5C555F (or 0x5C555F) is unknown color: approx Fedora. HEX triplet: 5C, 55 and 5F. RGB value is (92,85,95). Sum of RGB (Red+Green+Blue) = 92+85+95=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 95 - color contains mainly: blue. Hex color #5C555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C555F is #A3AAA0. Grayscale: #585858. Windows color (decimal): -10726049 or 6247772. OLE color: 6247772.

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

Color convert

RGB928595-
CMYK0.030.1100.63
HSL282º5.56%35.29%-
HSV(B)282º10.53%37.25%-
XYZ9.739.612.17-
YUV88.23131.82130.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.82%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=33.82%
G=31.25%
B=34.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9285950.030.1100.632825.5635.29
Hex5C555F3B03F11a623
Octal134125137313077432643
Binary1011100101010110111111110110111111100011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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