#5B264E

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

Shades of Loulou #5B264E

Tints of Loulou #5B264E

Color information

#5B264E (or 0x5B264E) is unknown color: approx Loulou. HEX triplet: 5B, 26 and 4E. RGB value is (91,38,78). Sum of RGB (Red+Green+Blue) = 91+38+78=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 91 - color contains mainly: red. Hex color #5B264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B264E is #A4D9B1. Grayscale: #3A3A3A. Windows color (decimal): -10803634 or 5121627. OLE color: 5121627.

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

Color convert

RGB913878-
CMYK00.580.140.64
HSL314.72º41.09%25.29%-
HSV(B)314.72º58.24%35.69%-
XYZ6.384.167.67-
YUV58.41139.06151.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.96%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=43.96%
G=18.36%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91387800.580.140.64314.7241.0925.29
Hex5B264E03AE4013b2919
Octal13346116072161004735131
Binary1011011100110100111001110101110100000010011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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