#5D2A4E

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

Shades of Loulou #5D2A4E

Tints of Loulou #5D2A4E

Color information

#5D2A4E (or 0x5D2A4E) is unknown color: approx Loulou. HEX triplet: 5D, 2A and 4E. RGB value is (93,42,78). Sum of RGB (Red+Green+Blue) = 93+42+78=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2A4E is #A2D5B1. Grayscale: #3D3D3D. Windows color (decimal): -10671538 or 5122653. OLE color: 5122653.

HSL color Cylindrical-coordinate representation of color #5D2A4E: hue angle of 317.65º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D2A4E is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB934278-
CMYK00.550.160.64
HSL317.65º37.78%26.47%-
HSV(B)317.65º54.84%36.47%-
XYZ6.724.537.73-
YUV61.35137.4150.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.66%
GREEN value IS 42 (16.80% from 255) = 19.72%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=43.66%
G=19.72%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93427800.550.160.64317.6537.7826.47
Hex5D2A4E037104013e261a
Octal13552116067201004764632
Binary10111011010101001110011011110000100000010011111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,42,78); }

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

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

 a { background-color: rgb(93,42,78); }

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

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

 span { border-color: rgb(93,42,78); }

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