Html Css Color HEX #5A3050 Loulou

📋 copy color: '#5A3050'

red 90 ◦ green 48 ◦ blue 80

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

Shades of Loulou #5A3050

Tints of Loulou #5A3050

RGB

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

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

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

R = 41.28%
G = 22.02%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#5A3050 (or 0x5A3050) is known color: Loulou. HEX triplet: 5A, 30 and 50. RGB value is (90,48,80). Sum of RGB (Red+Green+Blue) = 90+48+80=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3050 is #A5CFAF. Grayscale: #404040. Windows color (decimal): -10866608 or 5255258. OLE color: 5255258.

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

Color convert

RGB 90 48 80 -
CMYK 0 0.47 0.11 0.65
HSL 314.29º 0.3% 0.27% -
HSV(B) 314.29º 0.47% 0.35% -
XYZ 6.72 4.87 8.17 -
YUV 64.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 90 48 80 0 0.47 0.11 0.65 314.29 0.3 0.27
Hex 5A 30 50 0 2F B 41 13A 1E 1B
Octal 132 60 120 0 57 13 101 472 36 33
Binary 1011010 110000 1010000 0 101111 1011 1000001 100111010 11110 11011

Color Harmonies of #5A3050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3050

Black with #5A3050

Text Example


Text Example

White with #5A3050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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