#5B284B

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

Shades of Loulou #5B284B

Tints of Loulou #5B284B

Color information

#5B284B (or 0x5B284B) is unknown color: approx Loulou. HEX triplet: 5B, 28 and 4B. RGB value is (91,40,75). Sum of RGB (Red+Green+Blue) = 91+40+75=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 91 - color contains mainly: red. Hex color #5B284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B284B is #A4D7B4. Grayscale: #3B3B3B. Windows color (decimal): -10803125 or 4925531. OLE color: 4925531.

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

Color convert

RGB914075-
CMYK00.560.180.64
HSL318.82º38.93%25.69%-
HSV(B)318.82º56.04%35.69%-
XYZ6.344.257.14-
YUV59.24136.9150.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.17%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=44.17%
G=19.42%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91407500.560.180.64318.8238.9325.69
Hex5B284B038124013f271a
Octal13350113070221004774732
Binary10110111010001001011011100010010100000010011111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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