#5A515B

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

Shades of Fedora #5A515B

Tints of Fedora #5A515B

Color information

#5A515B (or 0x5A515B) is unknown color: approx Fedora. HEX triplet: 5A, 51 and 5B. RGB value is (90,81,91). Sum of RGB (Red+Green+Blue) = 90+81+91=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A515B is #A5AEA4. Grayscale: #545454. Windows color (decimal): -10858149 or 5984602. OLE color: 5984602.

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

Color convert

RGB908191-
CMYK0.010.1100.64
HSL294º5.81%33.73%-
HSV(B)294º10.99%35.69%-
XYZ9.058.8111.12-
YUV84.83131.48131.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.35%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=34.35%
G=30.92%
B=34.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9081910.010.1100.642945.8133.73
Hex5A515B1B040126622
Octal1321211331130100446642
Binary1011010101000110110111101101000000100100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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