#5D264E

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

Shades of Loulou #5D264E

Tints of Loulou #5D264E

Color information

#5D264E (or 0x5D264E) is unknown color: approx Loulou. HEX triplet: 5D, 26 and 4E. RGB value is (93,38,78). Sum of RGB (Red+Green+Blue) = 93+38+78=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 93 - color contains mainly: red. Hex color #5D264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D264E is #A2D9B1. Grayscale: #3A3A3A. Windows color (decimal): -10672562 or 5121629. OLE color: 5121629.

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

Color convert

RGB933878-
CMYK00.590.160.64
HSL316.36º41.98%25.69%-
HSV(B)316.36º59.14%36.47%-
XYZ6.584.267.68-
YUV59138.72152.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.50%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=44.50%
G=18.18%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93387800.590.160.64316.3641.9825.69
Hex5D264E03B104013c2a1a
Octal13546116073201004745232
Binary10111011001101001110011101110000100000010011110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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