#5D5859

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

Shades of Don Juan #5D5859

Tints of Don Juan #5D5859

Color information

#5D5859 (or 0x5D5859) is unknown color: approx Don Juan. HEX triplet: 5D, 58 and 59. RGB value is (93,88,89). Sum of RGB (Red+Green+Blue) = 93+88+89=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5859 is #A2A7A6. Grayscale: #595959. Windows color (decimal): -10659751 or 5855325. OLE color: 5855325.

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

Color convert

RGB938889-
CMYK00.050.040.64
HSL348º2.76%35.49%-
HSV(B)348º5.38%36.47%-
XYZ9.8110.0310.87-
YUV89.61127.66130.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.44%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 89 (35.16% from 255) = 32.96%
R=34.44%
G=32.59%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93888900.050.040.643482.7635.49
Hex5D58590544015c323
Octal135130131054100534343
Binary1011101101100010110010101100100000010101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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