#5B464C

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

Shades of Don Juan #5B464C

Tints of Don Juan #5B464C

Color information

#5B464C (or 0x5B464C) is unknown color: approx Don Juan. HEX triplet: 5B, 46 and 4C. RGB value is (91,70,76). Sum of RGB (Red+Green+Blue) = 91+70+76=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 91 - color contains mainly: red. Hex color #5B464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B464C is #A4B9B3. Grayscale: #4C4C4C. Windows color (decimal): -10795444 or 4998747. OLE color: 4998747.

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

Color convert

RGB917076-
CMYK00.230.160.64
HSL342.86º13.04%31.57%-
HSV(B)342.86º23.08%35.69%-
XYZ7.817.137.8-
YUV76.96127.46138.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.40%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=38.40%
G=29.54%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91707600.230.160.64342.8613.0431.57
Hex5B464C0171040157d20
Octal133106114027201005271540
Binary1011011100011010011000101111000010000001010101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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