#5D284D

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

Shades of Loulou #5D284D

Tints of Loulou #5D284D

Color information

#5D284D (or 0x5D284D) is unknown color: approx Loulou. HEX triplet: 5D, 28 and 4D. RGB value is (93,40,77). Sum of RGB (Red+Green+Blue) = 93+40+77=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 93 - color contains mainly: red. Hex color #5D284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D284D is #A2D7B2. Grayscale: #3B3B3B. Windows color (decimal): -10672051 or 5056605. OLE color: 5056605.

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

Color convert

RGB934077-
CMYK00.570.170.64
HSL318.11º39.85%26.08%-
HSV(B)318.11º56.99%36.47%-
XYZ6.614.387.52-
YUV60.06137.56151.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.29%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=44.29%
G=19.05%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93407700.570.170.64318.1139.8526.08
Hex5D284D039114013e281a
Octal13550115071211004765032
Binary10111011010001001101011100110001100000010011111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,40,77); }

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

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

 a { background-color: rgb(93,40,77); }

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

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

 span { border-color: rgb(93,40,77); }

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