#5B284A

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

Shades of Loulou #5B284A

Tints of Loulou #5B284A

Color information

#5B284A (or 0x5B284A) is unknown color: approx Loulou. HEX triplet: 5B, 28 and 4A. RGB value is (91,40,74). Sum of RGB (Red+Green+Blue) = 91+40+74=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B284A is #A4D7B5. Grayscale: #3B3B3B. Windows color (decimal): -10803126 or 4859995. OLE color: 4859995.

HSL color Cylindrical-coordinate representation of color #5B284A: hue angle of 320º 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 #5B284A is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB914074-
CMYK00.560.190.64
HSL320º38.93%25.69%-
HSV(B)320º56.04%35.69%-
XYZ6.314.246.96-
YUV59.12136.4150.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.39%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=44.39%
G=19.51%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91407400.560.190.6432038.9325.69
Hex5B284A0381340140271a
Octal13350112070231005004732
Binary10110111010001001010011100010011100000010100000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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