#5A535D

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

Shades of Fedora #5A535D

Tints of Fedora #5A535D

Color information

#5A535D (or 0x5A535D) is unknown color: approx Fedora. HEX triplet: 5A, 53 and 5D. RGB value is (90,83,93). Sum of RGB (Red+Green+Blue) = 90+83+93=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A535D is #A5ACA2. Grayscale: #565656. Windows color (decimal): -10857635 or 6116186. OLE color: 6116186.

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

Color convert

RGB908393-
CMYK0.030.1100.64
HSL282º5.68%34.51%-
HSV(B)282º10.75%36.47%-
XYZ9.299.1511.63-
YUV86.23131.82130.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.83%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=33.83%
G=31.20%
B=34.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9083930.030.1100.642825.6834.51
Hex5A535D3B04011a623
Octal1321231353130100432643
Binary10110101010011101110111101101000000100011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,83,93); }

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

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

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

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

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

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

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