#5B484E

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

Shades of Don Juan #5B484E

Tints of Don Juan #5B484E

Color information

#5B484E (or 0x5B484E) is unknown color: approx Don Juan. HEX triplet: 5B, 48 and 4E. RGB value is (91,72,78). Sum of RGB (Red+Green+Blue) = 91+72+78=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 91 - color contains mainly: red. Hex color #5B484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B484E is #A4B7B1. Grayscale: #4E4E4E. Windows color (decimal): -10794930 or 5130331. OLE color: 5130331.

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

Color convert

RGB917278-
CMYK00.210.140.64
HSL341.05º11.66%31.96%-
HSV(B)341.05º20.88%35.69%-
XYZ8.017.418.22-
YUV78.36127.79137.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.76%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=37.76%
G=29.88%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91727800.210.140.64341.0511.6631.96
Hex5B484E015E40155c20
Octal133110116025161005251440
Binary101101110010001001110010101111010000001010101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,72,78); }

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

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

 a { background-color: rgb(91,72,78); }

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

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

 span { border-color: rgb(91,72,78); }

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