#5A565C

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

Shades of Fedora #5A565C

Tints of Fedora #5A565C

Color information

#5A565C (or 0x5A565C) is unknown color: approx Fedora. HEX triplet: 5A, 56 and 5C. RGB value is (90,86,92). Sum of RGB (Red+Green+Blue) = 90+86+92=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 86 (33.98% from 255 or 32.09% 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 #5A565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A565C is #A5A9A3. Grayscale: #575757. Windows color (decimal): -10856868 or 6051418. OLE color: 6051418.

HSL color Cylindrical-coordinate representation of color #5A565C: 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.07%. Process color model (Four color, CMYK) of #5A565C is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB908692-
CMYK0.020.0700.64
HSL280º3.37%34.9%-
HSV(B)280º6.52%36.08%-
XYZ9.489.611.48-
YUV87.88130.33129.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.58%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=33.58%
G=32.09%
B=34.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9086920.020.0700.642803.3734.9
Hex5A565C27040118323
Octal132126134270100430343
Binary101101010101101011100101110100000010001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,86,92); }

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

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

 a { background-color: rgb(90,86,92); }

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

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

 span { border-color: rgb(90,86,92); }

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