#5B4C51

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

Shades of Don Juan #5B4C51

Tints of Don Juan #5B4C51

Color information

#5B4C51 (or 0x5B4C51) is unknown color: approx Don Juan. HEX triplet: 5B, 4C and 51. RGB value is (91,76,81). Sum of RGB (Red+Green+Blue) = 91+76+81=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4C51 is #A4B3AE. Grayscale: #515151. Windows color (decimal): -10793903 or 5327963. OLE color: 5327963.

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

Color convert

RGB917681-
CMYK00.160.110.64
HSL340º8.98%32.75%-
HSV(B)340º16.48%35.69%-
XYZ8.387.998.88-
YUV81.05127.97135.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.69%
GREEN value IS 76 (30.08% from 255) = 30.65%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=36.69%
G=30.65%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91768100.160.110.643408.9832.75
Hex5B4C51010B40154921
Octal133114121020131005241141
Binary101101110011001010001010000101110000001010101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,76,81); }

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

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

 a { background-color: rgb(91,76,81); }

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

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

 span { border-color: rgb(91,76,81); }

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