#5B344C

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

Shades of Loulou #5B344C

Tints of Loulou #5B344C

Color information

#5B344C (or 0x5B344C) is unknown color: approx Loulou. HEX triplet: 5B, 34 and 4C. RGB value is (91,52,76). Sum of RGB (Red+Green+Blue) = 91+52+76=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 91 - color contains mainly: red. Hex color #5B344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B344C is #A4CBB3. Grayscale: #424242. Windows color (decimal): -10800052 or 4994139. OLE color: 4994139.

HSL color Cylindrical-coordinate representation of color #5B344C: hue angle of 323.08º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B344C is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB915276-
CMYK00.430.160.64
HSL323.08º27.27%28.04%-
HSV(B)323.08º42.86%35.69%-
XYZ6.855.27.48-
YUV66.4133.42145.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.55%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=41.55%
G=23.74%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91527600.430.160.64323.0827.2728.04
Hex5B344C02B10401431b1c
Octal13364114053201005033334
Binary1011011110100100110001010111000010000001010000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,52,76); }

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

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

 a { background-color: rgb(91,52,76); }

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

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

 span { border-color: rgb(91,52,76); }

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