#5A515A

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

Shades of Fedora #5A515A

Tints of Fedora #5A515A

Color information

#5A515A (or 0x5A515A) is unknown color: approx Fedora. HEX triplet: 5A, 51 and 5A. RGB value is (90,81,90). Sum of RGB (Red+Green+Blue) = 90+81+90=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A515A is #A5AEA5. Grayscale: #545454. Windows color (decimal): -10858150 or 5919066. OLE color: 5919066.

HSL color Cylindrical-coordinate representation of color #5A515A: hue angle of 300º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A515A is Cyan = 0, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB908190-
CMYK00.100.65
HSL300º5.26%33.53%-
HSV(B)300º10%35.29%-
XYZ98.810.9-
YUV84.72130.98131.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=34.48%
G=31.03%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90819000.100.653005.2633.53
Hex5A515A0A04112c522
Octal1321211320120101454542
Binary1011010101000110110100101001000001100101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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