#5A515C

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

Shades of Fedora #5A515C

Tints of Fedora #5A515C

Color information

#5A515C (or 0x5A515C) is unknown color: approx Fedora. HEX triplet: 5A, 51 and 5C. RGB value is (90,81,92). Sum of RGB (Red+Green+Blue) = 90+81+92=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 92 - color contains mainly: blue. Hex color #5A515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A515C is #A5AEA3. Grayscale: #545454. Windows color (decimal): -10858148 or 6050138. OLE color: 6050138.

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

Color convert

RGB908192-
CMYK0.020.1200.64
HSL289.09º6.36%33.92%-
HSV(B)289.09º11.96%36.08%-
XYZ9.098.8311.35-
YUV84.94131.98131.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.22%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=34.22%
G=30.80%
B=34.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9081920.020.1200.64289.096.3633.92
Hex5A515C2C040121622
Octal1321211342140100441642
Binary10110101010001101110010110001000000100100001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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