Html Css Color HEX #5A354D Loulou

📋 copy color: '#5A354D'

red 90 ◦ green 53 ◦ blue 77

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

Shades of Loulou #5A354D

Tints of Loulou #5A354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

 BLUE value IS 77 (30.47% from 255) = 35%

R = 40.91%
G = 24.09%
B = 35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#5A354D (or 0x5A354D) is known color: Loulou. HEX triplet: 5A, 35 and 4D. RGB value is (90,53,77). Sum of RGB (Red+Green+Blue) = 90+53+77=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 90 - color contains mainly: red. Hex color #5A354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A354D is #A5CAB2. Grayscale: #424242. Windows color (decimal): -10865331 or 5059930. OLE color: 5059930.

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

Color convert

RGB 90 53 77 -
CMYK 0 0.41 0.14 0.65
HSL 321.08º 0.26% 0.28% -
HSV(B) 321.08º 0.41% 0.35% -
XYZ 6.83 5.26 7.68 -
YUV 66.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 90 53 77 0 0.41 0.14 0.65 321.08 0.26 0.28
Hex 5A 35 4D 0 29 E 41 141 1A 1C
Octal 132 65 115 0 51 16 101 501 32 34
Binary 1011010 110101 1001101 0 101001 1110 1000001 101000001 11010 11100

Color Harmonies of #5A354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A354D

Black with #5A354D

Text Example


Text Example

White with #5A354D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,53,77); }

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

background-color css

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

 a { background-color: rgb(90,53,77); }

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

border-color css

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

 span { border-color: rgb(90,53,77); }

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