Html Css Color HEX #53204C Loulou

📋 copy color: '#53204C'

red 83 ◦ green 32 ◦ blue 76

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

Shades of Loulou #53204C

Tints of Loulou #53204C

RGB

 RED value IS 83 (32.81% from 255) = 43.46%

 GREEN value IS 32 (12.89% from 255) = 16.75%

 BLUE value IS 76 (30.08% from 255) = 39.79%

R = 43.46%
G = 16.75%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53204C (or 0x53204C) is known color: Loulou. HEX triplet: 53, 20 and 4C. RGB value is (83,32,76). Sum of RGB (Red+Green+Blue) = 83+32+76=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53204C is #ACDFB3. Grayscale: #343434. Windows color (decimal): -11329460 or 4989011. OLE color: 4989011.

HSL color Cylindrical-coordinate representation of color #53204C: hue angle of 308.24º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53204C is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 76 -
CMYK 0 0.61 0.08 0.67
HSL 308.24º 0.44% 0.23% -
HSV(B) 308.24º 0.61% 0.33% -
XYZ 5.39 3.39 7.21 -
YUV 52.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 83 32 76 0 0.61 0.08 0.67 308.24 0.44 0.23
Hex 53 20 4C 0 3D 8 43 134 2C 17
Octal 123 40 114 0 75 10 103 464 54 27
Binary 1010011 100000 1001100 0 111101 1000 1000011 100110100 101100 10111

Color Harmonies of #53204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53204C

Black with #53204C

Text Example


Text Example

White with #53204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53204C; }

 p { color: rgb(83,32,76); }

 H1.HeaderClassName
 {
   color: #53204C;
 }
 .AnyTagClassName
 {
   color: #53204C;
 }
</style>

background-color css

<style>
 a { background-color: #53204C; }

 a { background-color: rgb(83,32,76); }

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

border-color css

<style>
 span { border-color: #53204C; }

 span { border-color: rgb(83,32,76); }

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