Html Css Color HEX #5E3050 Loulou

📋 copy color: '#5E3050'

red 94 ◦ green 48 ◦ blue 80

#5E3050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #5E3050

Tints of Loulou #5E3050

RGB

 RED value IS 94 (37.11% from 255) = 42.34%

 GREEN value IS 48 (19.14% from 255) = 21.62%

 BLUE value IS 80 (31.64% from 255) = 36.04%

R = 42.34%
G = 21.62%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#5E3050 (or 0x5E3050) is known color: Loulou. HEX triplet: 5E, 30 and 50. RGB value is (94,48,80). Sum of RGB (Red+Green+Blue) = 94+48+80=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3050 is #A1CFAF. Grayscale: #414141. Windows color (decimal): -10604464 or 5255262. OLE color: 5255262.

HSL color Cylindrical-coordinate representation of color #5E3050: hue angle of 318.26º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E3050 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 48 80 -
CMYK 0 0.49 0.15 0.63
HSL 318.26º 0.32% 0.28% -
HSV(B) 318.26º 0.49% 0.37% -
XYZ 7.12 5.07 8.19 -
YUV 65.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 94 48 80 0 0.49 0.15 0.63 318.26 0.32 0.28
Hex 5E 30 50 0 31 F 3F 13E 20 1C
Octal 136 60 120 0 61 17 77 476 40 34
Binary 1011110 110000 1010000 0 110001 1111 111111 100111110 100000 11100

Color Harmonies of #5E3050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3050

Black with #5E3050

Text Example


Text Example

White with #5E3050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,48,80); }

 H1.HeaderClassName
 {
   color: #5E3050;
 }
 .AnyTagClassName
 {
   color: #5E3050;
 }
</style>

background-color css

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

 a { background-color: rgb(94,48,80); }

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

border-color css

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

 span { border-color: rgb(94,48,80); }

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