#5B254C

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

Shades of Loulou #5B254C

Tints of Loulou #5B254C

Color information

#5B254C (or 0x5B254C) is unknown color: approx Loulou. HEX triplet: 5B, 25 and 4C. RGB value is (91,37,76). Sum of RGB (Red+Green+Blue) = 91+37+76=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B254C is #A4DAB3. Grayscale: #393939. Windows color (decimal): -10803892 or 4990299. OLE color: 4990299.

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

Color convert

RGB913776-
CMYK00.590.160.64
HSL316.67º42.19%25.1%-
HSV(B)316.67º59.34%35.69%-
XYZ6.284.077.29-
YUV57.59138.39151.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.61%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=44.61%
G=18.14%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91377600.590.160.64316.6742.1925.1
Hex5B254C03B104013d2a19
Octal13345114073201004755231
Binary10110111001011001100011101110000100000010011110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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