#5C2E4B

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

Shades of Loulou #5C2E4B

Tints of Loulou #5C2E4B

Color information

#5C2E4B (or 0x5C2E4B) is unknown color: approx Loulou. HEX triplet: 5C, 2E and 4B. RGB value is (92,46,75). Sum of RGB (Red+Green+Blue) = 92+46+75=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2E4B is #A3D1B4. Grayscale: #3E3E3E. Windows color (decimal): -10736053 or 4927068. OLE color: 4927068.

HSL color Cylindrical-coordinate representation of color #5C2E4B: hue angle of 322.17º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C2E4B is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB924675-
CMYK00.500.180.64
HSL322.17º33.33%27.06%-
HSV(B)322.17º50%36.08%-
XYZ6.664.747.22-
YUV63.06134.74148.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.19%
GREEN value IS 46 (18.36% from 255) = 21.60%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=43.19%
G=21.60%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92467500.500.180.64322.1733.3327.06
Hex5C2E4B0321240142211b
Octal13456113062221005024133
Binary10111001011101001011011001010010100000010100001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,46,75); }

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

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

 a { background-color: rgb(92,46,75); }

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

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

 span { border-color: rgb(92,46,75); }

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