#5C5460

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

Shades of Fedora #5C5460

Tints of Fedora #5C5460

Color information

#5C5460 (or 0x5C5460) is unknown color: approx Fedora. HEX triplet: 5C, 54 and 60. RGB value is (92,84,96). Sum of RGB (Red+Green+Blue) = 92+84+96=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C5460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5460 is #A3AB9F. Grayscale: #575757. Windows color (decimal): -10726304 or 6313052. OLE color: 6313052.

HSL color Cylindrical-coordinate representation of color #5C5460: hue angle of 280º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C5460 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB928496-
CMYK0.040.1200.62
HSL280º6.67%35.29%-
HSV(B)280º12.5%37.65%-
XYZ9.79.4612.38-
YUV87.76132.65131.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.82%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=33.82%
G=30.88%
B=35.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9284960.040.1200.622806.6735.29
Hex5C54604C03E118723
Octal134124140414076430743
Binary10111001010100110000010011000111110100011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,84,96); }

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

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

 a { background-color: rgb(92,84,96); }

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

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

 span { border-color: rgb(92,84,96); }

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