#5D2D50

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

Shades of Loulou #5D2D50

Tints of Loulou #5D2D50

Color information

#5D2D50 (or 0x5D2D50) is unknown color: approx Loulou. HEX triplet: 5D, 2D and 50. RGB value is (93,45,80). Sum of RGB (Red+Green+Blue) = 93+45+80=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2D50 is #A2D2AF. Grayscale: #3F3F3F. Windows color (decimal): -10670768 or 5254493. OLE color: 5254493.

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

Color convert

RGB934580-
CMYK00.520.140.64
HSL316.25º34.78%27.06%-
HSV(B)316.25º51.61%36.47%-
XYZ6.94.788.15-
YUV63.34137.4149.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.66%
GREEN value IS 45 (17.97% from 255) = 20.64%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=42.66%
G=20.64%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93458000.520.140.64316.2534.7827.06
Hex5D2D50034E4013c231b
Octal13555120064161004744333
Binary1011101101101101000001101001110100000010011110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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