#5D5759

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

Shades of Don Juan #5D5759

Tints of Don Juan #5D5759

Color information

#5D5759 (or 0x5D5759) is unknown color: approx Don Juan. HEX triplet: 5D, 57 and 59. RGB value is (93,87,89). Sum of RGB (Red+Green+Blue) = 93+87+89=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5759 is #A2A8A6. Grayscale: #595959. Windows color (decimal): -10660007 or 5855069. OLE color: 5855069.

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

Color convert

RGB938789-
CMYK00.060.040.64
HSL340º3.33%35.29%-
HSV(B)340º6.45%36.47%-
XYZ9.739.8610.84-
YUV89.02127.99130.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.57%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=34.57%
G=32.34%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93878900.060.040.643403.3335.29
Hex5D575906440154323
Octal135127131064100524343
Binary1011101101011110110010110100100000010101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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