#5B474C

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

Shades of Don Juan #5B474C

Tints of Don Juan #5B474C

Color information

#5B474C (or 0x5B474C) is unknown color: approx Don Juan. HEX triplet: 5B, 47 and 4C. RGB value is (91,71,76). Sum of RGB (Red+Green+Blue) = 91+71+76=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 91 - color contains mainly: red. Hex color #5B474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B474C is #A4B8B3. Grayscale: #4D4D4D. Windows color (decimal): -10795188 or 4999003. OLE color: 4999003.

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

Color convert

RGB917176-
CMYK00.220.160.64
HSL345º12.35%31.76%-
HSV(B)345º21.98%35.69%-
XYZ7.877.257.82-
YUV77.55127.13137.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.24%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=38.24%
G=29.83%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91717600.220.160.6434512.3531.76
Hex5B474C0161040159c20
Octal133107114026201005311440
Binary1011011100011110011000101101000010000001010110011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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