Html Css Color HEX #5A2E50 Loulou

📋 copy color: '#5A2E50'

red 90 ◦ green 46 ◦ blue 80

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

Shades of Loulou #5A2E50

Tints of Loulou #5A2E50

RGB

 RED value IS 90 (35.55% from 255) = 41.67%

 GREEN value IS 46 (18.36% from 255) = 21.3%

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

R = 41.67%
G = 21.3%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#5A2E50 (or 0x5A2E50) is known color: Loulou. HEX triplet: 5A, 2E and 50. RGB value is (90,46,80). Sum of RGB (Red+Green+Blue) = 90+46+80=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2E50 is #A5D1AF. Grayscale: #3E3E3E. Windows color (decimal): -10867120 or 5254746. OLE color: 5254746.

HSL color Cylindrical-coordinate representation of color #5A2E50: hue angle of 313.64º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A2E50 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 46 80 -
CMYK 0 0.49 0.11 0.65
HSL 313.64º 0.32% 0.27% -
HSV(B) 313.64º 0.49% 0.35% -
XYZ 6.64 4.71 8.15 -
YUV 63.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 90 46 80 0 0.49 0.11 0.65 313.64 0.32 0.27
Hex 5A 2E 50 0 31 B 41 13A 20 1B
Octal 132 56 120 0 61 13 101 472 40 33
Binary 1011010 101110 1010000 0 110001 1011 1000001 100111010 100000 11011

Color Harmonies of #5A2E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2E50

Black with #5A2E50

Text Example


Text Example

White with #5A2E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,46,80); }

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

background-color css

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

 a { background-color: rgb(90,46,80); }

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

border-color css

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

 span { border-color: rgb(90,46,80); }

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