Html Css Color HEX #53294F Loulou

📋 copy color: '#53294F'

red 83 ◦ green 41 ◦ blue 79

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

Shades of Loulou #53294F

Tints of Loulou #53294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 79 (31.25% from 255) = 38.92%

R = 40.89%
G = 20.2%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53294F (or 0x53294F) is known color: Loulou. HEX triplet: 53, 29 and 4F. RGB value is (83,41,79). Sum of RGB (Red+Green+Blue) = 83+41+79=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #53294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53294F is #ACD6B0. Grayscale: #393939. Windows color (decimal): -11327153 or 5187923. OLE color: 5187923.

HSL color Cylindrical-coordinate representation of color #53294F: hue angle of 305.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53294F is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 41 79 -
CMYK 0 0.51 0.05 0.67
HSL 305.71º 0.34% 0.24% -
HSV(B) 305.71º 0.51% 0.33% -
XYZ 5.77 3.99 7.86 -
YUV 57.89 139.91 145.91 -
System Red Green Blue C M Y K H S L
Decimal 83 41 79 0 0.51 0.05 0.67 305.71 0.34 0.24
Hex 53 29 4F 0 33 5 43 132 22 18
Octal 123 51 117 0 63 5 103 462 42 30
Binary 1010011 101001 1001111 0 110011 101 1000011 100110010 100010 11000

Color Harmonies of #53294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53294F

Black with #53294F

Text Example


Text Example

White with #53294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53294F; }

 p { color: rgb(83,41,79); }

 H1.HeaderClassName
 {
   color: #53294F;
 }
 .AnyTagClassName
 {
   color: #53294F;
 }
</style>

background-color css

<style>
 a { background-color: #53294F; }

 a { background-color: rgb(83,41,79); }

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

border-color css

<style>
 span { border-color: #53294F; }

 span { border-color: rgb(83,41,79); }

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