#5B4B4E

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

Shades of Don Juan #5B4B4E

Tints of Don Juan #5B4B4E

Color information

#5B4B4E (or 0x5B4B4E) is unknown color: approx Don Juan. HEX triplet: 5B, 4B and 4E. RGB value is (91,75,78). Sum of RGB (Red+Green+Blue) = 91+75+78=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4B4E is #A4B4B1. Grayscale: #505050. Windows color (decimal): -10794162 or 5131099. OLE color: 5131099.

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

Color convert

RGB917578-
CMYK00.180.140.64
HSL348.75º9.64%32.55%-
HSV(B)348.75º17.58%35.69%-
XYZ8.217.818.28-
YUV80.13126.8135.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.30%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=37.30%
G=30.74%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91757800.180.140.64348.759.6432.55
Hex5B4B4E012E4015da21
Octal133113116022161005351241
Binary101101110010111001110010010111010000001010111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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