#5B264A

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

Shades of Loulou #5B264A

Tints of Loulou #5B264A

Color information

#5B264A (or 0x5B264A) is unknown color: approx Loulou. HEX triplet: 5B, 26 and 4A. RGB value is (91,38,74). Sum of RGB (Red+Green+Blue) = 91+38+74=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 91 - color contains mainly: red. Hex color #5B264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B264A is #A4D9B5. Grayscale: #393939. Windows color (decimal): -10803638 or 4859483. OLE color: 4859483.

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

Color convert

RGB913874-
CMYK00.580.190.64
HSL319.25º41.09%25.29%-
HSV(B)319.25º58.24%35.69%-
XYZ6.244.16.94-
YUV57.95137.06151.57-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.83%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=44.83%
G=18.72%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91387400.580.190.64319.2541.0925.29
Hex5B264A03A134013f2919
Octal13346112072231004775131
Binary10110111001101001010011101010011100000010011111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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