#5B254F

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

Shades of Loulou #5B254F

Tints of Loulou #5B254F

Color information

#5B254F (or 0x5B254F) is unknown color: approx Loulou. HEX triplet: 5B, 25 and 4F. RGB value is (91,37,79). Sum of RGB (Red+Green+Blue) = 91+37+79=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 91 - color contains mainly: red. Hex color #5B254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B254F is #A4DAB0. Grayscale: #393939. Windows color (decimal): -10803889 or 5186907. OLE color: 5186907.

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

Color convert

RGB913779-
CMYK00.590.130.64
HSL313.33º42.19%25.1%-
HSV(B)313.33º59.34%35.69%-
XYZ6.394.117.85-
YUV57.93139.89151.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.96%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=43.96%
G=17.87%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91377900.590.130.64313.3342.1925.1
Hex5B254F03BD401392a19
Octal13345117073151004715231
Binary1011011100101100111101110111101100000010011100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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