Html Css Color HEX #53204E Loulou

📋 copy color: '#53204E'

red 83 ◦ green 32 ◦ blue 78

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

Shades of Loulou #53204E

Tints of Loulou #53204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.41%

R = 43.01%
G = 16.58%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53204E (or 0x53204E) is known color: Loulou. HEX triplet: 53, 20 and 4E. RGB value is (83,32,78). Sum of RGB (Red+Green+Blue) = 83+32+78=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53204E is #ACDFB1. Grayscale: #343434. Windows color (decimal): -11329458 or 5120083. OLE color: 5120083.

HSL color Cylindrical-coordinate representation of color #53204E: hue angle of 305.88º 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 #53204E is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 78 -
CMYK 0 0.61 0.06 0.67
HSL 305.88º 0.44% 0.23% -
HSV(B) 305.88º 0.61% 0.33% -
XYZ 5.46 3.42 7.58 -
YUV 52.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 83 32 78 0 0.61 0.06 0.67 305.88 0.44 0.23
Hex 53 20 4E 0 3D 6 43 132 2C 17
Octal 123 40 116 0 75 6 103 462 54 27
Binary 1010011 100000 1001110 0 111101 110 1000011 100110010 101100 10111

Color Harmonies of #53204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53204E

Black with #53204E

Text Example


Text Example

White with #53204E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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