Html Css Color HEX #5A3350 Loulou

📋 copy color: '#5A3350'

red 90 ◦ green 51 ◦ blue 80

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

Shades of Loulou #5A3350

Tints of Loulou #5A3350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

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

R = 40.72%
G = 23.08%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#5A3350 (or 0x5A3350) is known color: Loulou. HEX triplet: 5A, 33 and 50. RGB value is (90,51,80). Sum of RGB (Red+Green+Blue) = 90+51+80=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3350 is #A5CCAF. Grayscale: #414141. Windows color (decimal): -10865840 or 5256026. OLE color: 5256026.

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

Color convert

RGB 90 51 80 -
CMYK 0 0.43 0.11 0.65
HSL 315.38º 0.28% 0.28% -
HSV(B) 315.38º 0.43% 0.35% -
XYZ 6.85 5.12 8.22 -
YUV 65.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 90 51 80 0 0.43 0.11 0.65 315.38 0.28 0.28
Hex 5A 33 50 0 2B B 41 13B 1C 1C
Octal 132 63 120 0 53 13 101 473 34 34
Binary 1011010 110011 1010000 0 101011 1011 1000001 100111011 11100 11100

Color Harmonies of #5A3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3350

Black with #5A3350

Text Example


Text Example

White with #5A3350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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