#5C314E

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

Shades of Loulou #5C314E

Tints of Loulou #5C314E

Color information

#5C314E (or 0x5C314E) is unknown color: approx Loulou. HEX triplet: 5C, 31 and 4E. RGB value is (92,49,78). Sum of RGB (Red+Green+Blue) = 92+49+78=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 92 - color contains mainly: red. Hex color #5C314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C314E is #A3CEB1. Grayscale: #414141. Windows color (decimal): -10735282 or 5124444. OLE color: 5124444.

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

Color convert

RGB924978-
CMYK00.470.150.64
HSL319.53º30.5%27.65%-
HSV(B)319.53º46.74%36.08%-
XYZ6.895.027.81-
YUV65.16135.25147.14-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.01%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=42.01%
G=22.37%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92497800.470.150.64319.5330.527.65
Hex5C314E02FF401401e1c
Octal13461116057171005003634
Binary101110011000110011100101111111110000001010000001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,49,78); }

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

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

 a { background-color: rgb(92,49,78); }

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

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

 span { border-color: rgb(92,49,78); }

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