#5D2D4E

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

Shades of Loulou #5D2D4E

Tints of Loulou #5D2D4E

Color information

#5D2D4E (or 0x5D2D4E) is unknown color: approx Loulou. HEX triplet: 5D, 2D and 4E. RGB value is (93,45,78). Sum of RGB (Red+Green+Blue) = 93+45+78=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2D4E is #A2D2B1. Grayscale: #3F3F3F. Windows color (decimal): -10670770 or 5123421. OLE color: 5123421.

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

Color convert

RGB934578-
CMYK00.520.160.64
HSL318.75º34.78%27.06%-
HSV(B)318.75º51.61%36.47%-
XYZ6.834.757.77-
YUV63.11136.4149.32-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.06%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=43.06%
G=20.83%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93457800.520.160.64318.7534.7827.06
Hex5D2D4E034104013f231b
Octal13555116064201004774333
Binary10111011011011001110011010010000100000010011111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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