#5C2C4E

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

Shades of Loulou #5C2C4E

Tints of Loulou #5C2C4E

Color information

#5C2C4E (or 0x5C2C4E) is unknown color: approx Loulou. HEX triplet: 5C, 2C and 4E. RGB value is (92,44,78). Sum of RGB (Red+Green+Blue) = 92+44+78=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2C4E is #A3D3B1. Grayscale: #3E3E3E. Windows color (decimal): -10736562 or 5123164. OLE color: 5123164.

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

Color convert

RGB924478-
CMYK00.520.150.64
HSL317.5º35.29%26.67%-
HSV(B)317.5º52.17%36.08%-
XYZ6.694.637.75-
YUV62.23136.9149.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.99%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=42.99%
G=20.56%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92447800.520.150.64317.535.2926.67
Hex5C2C4E034F4013e231b
Octal13454116064171004764333
Binary1011100101100100111001101001111100000010011111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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