#5D5356

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

Shades of Don Juan #5D5356

Tints of Don Juan #5D5356

Color information

#5D5356 (or 0x5D5356) is unknown color: approx Don Juan. HEX triplet: 5D, 53 and 56. RGB value is (93,83,86). Sum of RGB (Red+Green+Blue) = 93+83+86=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5356 is #A2ACA9. Grayscale: #565656. Windows color (decimal): -10661034 or 5657437. OLE color: 5657437.

HSL color Cylindrical-coordinate representation of color #5D5356: hue angle of 342º 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 #5D5356 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB938386-
CMYK00.110.080.64
HSL342º5.68%34.51%-
HSV(B)342º10.75%36.47%-
XYZ9.299.1910.09-
YUV86.33127.81132.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.50%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=35.50%
G=31.68%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93838600.110.080.643425.6834.51
Hex5D53560B840156623
Octal13512312601310100526643
Binary1011101101001110101100101110001000000101010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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