#5B2A51

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

Shades of Loulou #5B2A51

Tints of Loulou #5B2A51

Color information

#5B2A51 (or 0x5B2A51) is unknown color: approx Loulou. HEX triplet: 5B, 2A and 51. RGB value is (91,42,81). Sum of RGB (Red+Green+Blue) = 91+42+81=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2A51 is #A4D5AE. Grayscale: #3C3C3C. Windows color (decimal): -10802607 or 5319259. OLE color: 5319259.

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

Color convert

RGB914281-
CMYK00.540.110.64
HSL312.24º36.84%26.08%-
HSV(B)312.24º53.85%35.69%-
XYZ6.634.478.3-
YUV61.1139.23149.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.52%
GREEN value IS 42 (16.80% from 255) = 19.63%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=42.52%
G=19.63%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91428100.540.110.64312.2436.8426.08
Hex5B2A51036B40138251a
Octal13352121066131004704532
Binary1011011101010101000101101101011100000010011100010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,42,81); }

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

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

 a { background-color: rgb(91,42,81); }

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

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

 span { border-color: rgb(91,42,81); }

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