#5B254D

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

Shades of Loulou #5B254D

Tints of Loulou #5B254D

Color information

#5B254D (or 0x5B254D) is unknown color: approx Loulou. HEX triplet: 5B, 25 and 4D. RGB value is (91,37,77). Sum of RGB (Red+Green+Blue) = 91+37+77=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B254D is #A4DAB2. Grayscale: #393939. Windows color (decimal): -10803891 or 5055835. OLE color: 5055835.

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

Color convert

RGB913777-
CMYK00.590.150.64
HSL315.56º42.19%25.1%-
HSV(B)315.56º59.34%35.69%-
XYZ6.324.087.48-
YUV57.71138.89151.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.39%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=44.39%
G=18.05%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91377700.590.150.64315.5642.1925.1
Hex5B254D03BF4013c2a19
Octal13345115073171004745231
Binary1011011100101100110101110111111100000010011110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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