#5B344B

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

Shades of Loulou #5B344B

Tints of Loulou #5B344B

Color information

#5B344B (or 0x5B344B) is unknown color: approx Loulou. HEX triplet: 5B, 34 and 4B. RGB value is (91,52,75). Sum of RGB (Red+Green+Blue) = 91+52+75=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 91 - color contains mainly: red. Hex color #5B344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B344B is #A4CBB4. Grayscale: #424242. Windows color (decimal): -10800053 or 4928603. OLE color: 4928603.

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

Color convert

RGB915275-
CMYK00.430.180.64
HSL324.62º27.27%28.04%-
HSV(B)324.62º42.86%35.69%-
XYZ6.815.197.3-
YUV66.28132.92145.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.74%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=41.74%
G=23.85%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91527500.430.180.64324.6227.2728.04
Hex5B344B02B12401451b1c
Octal13364113053221005053334
Binary1011011110100100101101010111001010000001010001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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