#5B334B

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

Shades of Loulou #5B334B

Tints of Loulou #5B334B

Color information

#5B334B (or 0x5B334B) is unknown color: approx Loulou. HEX triplet: 5B, 33 and 4B. RGB value is (91,51,75). Sum of RGB (Red+Green+Blue) = 91+51+75=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 91 - color contains mainly: red. Hex color #5B334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B334B is #A4CCB4. Grayscale: #414141. Windows color (decimal): -10800309 or 4928347. OLE color: 4928347.

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

Color convert

RGB915175-
CMYK00.440.180.64
HSL324º28.17%27.84%-
HSV(B)324º43.96%35.69%-
XYZ6.775.17.28-
YUV65.7133.25146.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.94%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=41.94%
G=23.50%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91517500.440.180.6432428.1727.84
Hex5B334B02C12401441c1c
Octal13363113054221005043434
Binary1011011110011100101101011001001010000001010001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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