#5A505B

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

Shades of Fedora #5A505B

Tints of Fedora #5A505B

Color information

#5A505B (or 0x5A505B) is unknown color: approx Fedora. HEX triplet: 5A, 50 and 5B. RGB value is (90,80,91). Sum of RGB (Red+Green+Blue) = 90+80+91=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A505B is #A5AFA4. Grayscale: #545454. Windows color (decimal): -10858405 or 5984346. OLE color: 5984346.

HSL color Cylindrical-coordinate representation of color #5A505B: hue angle of 294.55º 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 #5A505B is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB908091-
CMYK0.010.1200.64
HSL294.55º6.43%33.53%-
HSV(B)294.55º12.09%35.69%-
XYZ8.978.6711.1-
YUV84.24131.81132.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=34.48%
G=30.65%
B=34.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9080910.010.1200.64294.556.4333.53
Hex5A505B1C040127622
Octal1321201331140100447642
Binary1011010101000010110111110001000000100100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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