#5D595A

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

Shades of Don Juan #5D595A

Tints of Don Juan #5D595A

Color information

#5D595A (or 0x5D595A) is unknown color: approx Don Juan. HEX triplet: 5D, 59 and 5A. RGB value is (93,89,90). Sum of RGB (Red+Green+Blue) = 93+89+90=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 93 - color contains mainly: red. Hex color #5D595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D595A is #A2A6A5. Grayscale: #5A5A5A. Windows color (decimal): -10659494 or 5921117. OLE color: 5921117.

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

Color convert

RGB938990-
CMYK00.040.030.64
HSL345º2.2%35.69%-
HSV(B)345º4.3%36.47%-
XYZ9.9310.2111.12-
YUV90.31127.83129.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.19%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=34.19%
G=32.72%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93899000.040.030.643452.235.69
Hex5D595A04340159224
Octal135131132043100531244
Binary101110110110011011010010011100000010101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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