#5B494B

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

Shades of Don Juan #5B494B

Tints of Don Juan #5B494B

Color information

#5B494B (or 0x5B494B) is unknown color: approx Don Juan. HEX triplet: 5B, 49 and 4B. RGB value is (91,73,75). Sum of RGB (Red+Green+Blue) = 91+73+75=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 91 - color contains mainly: red. Hex color #5B494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B494B is #A4B6B4. Grayscale: #4E4E4E. Windows color (decimal): -10794677 or 4933979. OLE color: 4933979.

HSL color Cylindrical-coordinate representation of color #5B494B: hue angle of 353.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B494B is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB917375-
CMYK00.200.180.64
HSL353.33º10.98%32.16%-
HSV(B)353.33º19.78%35.69%-
XYZ7.977.57.68-
YUV78.61125.96136.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.08%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=38.08%
G=30.54%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91737500.200.180.64353.3310.9832.16
Hex5B494B0141240161b20
Octal133111113024221005411340
Binary1011011100100110010110101001001010000001011000011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,73,75); }

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

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

 a { background-color: rgb(91,73,75); }

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

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

 span { border-color: rgb(91,73,75); }

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