#5A494D

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

Shades of Don Juan #5A494D

Tints of Don Juan #5A494D

Color information

#5A494D (or 0x5A494D) is unknown color: approx Don Juan. HEX triplet: 5A, 49 and 4D. RGB value is (90,73,77). Sum of RGB (Red+Green+Blue) = 90+73+77=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 90 - color contains mainly: red. Hex color #5A494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A494D is #A5B6B2. Grayscale: #4E4E4E. Windows color (decimal): -10860211 or 5065050. OLE color: 5065050.

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

Color convert

RGB907377-
CMYK00.190.140.65
HSL345.88º10.43%31.96%-
HSV(B)345.88º18.89%35.29%-
XYZ7.947.478.05-
YUV78.54127.13136.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.5%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=37.5%
G=30.42%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90737700.190.140.65345.8810.4331.96
Hex5A494D013E4115aa20
Octal132111115023161015321240
Binary101101010010011001101010011111010000011010110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,73,77); }

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

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

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

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

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

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

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