#5C3152

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

Shades of Loulou #5C3152

Tints of Loulou #5C3152

Color information

#5C3152 (or 0x5C3152) is unknown color: approx Loulou. HEX triplet: 5C, 31 and 52. RGB value is (92,49,82). Sum of RGB (Red+Green+Blue) = 92+49+82=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3152 is #A3CEAD. Grayscale: #414141. Windows color (decimal): -10735278 or 5386588. OLE color: 5386588.

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

Color convert

RGB924982-
CMYK00.470.110.64
HSL313.95º30.5%27.65%-
HSV(B)313.95º46.74%36.08%-
XYZ7.035.088.59-
YUV65.62137.25146.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.26%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=41.26%
G=21.97%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92498200.470.110.64313.9530.527.65
Hex5C315202FB4013a1e1c
Octal13461122057131004723634
Binary101110011000110100100101111101110000001001110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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