Html Css Color HEX #53284E Loulou

📋 copy color: '#53284E'

red 83 ◦ green 40 ◦ blue 78

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

Shades of Loulou #53284E

Tints of Loulou #53284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.9%

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

R = 41.29%
G = 19.9%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53284E (or 0x53284E) is known color: Loulou. HEX triplet: 53, 28 and 4E. RGB value is (83,40,78). Sum of RGB (Red+Green+Blue) = 83+40+78=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #53284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53284E is #ACD7B1. Grayscale: #393939. Windows color (decimal): -11327410 or 5122131. OLE color: 5122131.

HSL color Cylindrical-coordinate representation of color #53284E: hue angle of 306.98º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53284E is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 78 -
CMYK 0 0.52 0.06 0.67
HSL 306.98º 0.35% 0.24% -
HSV(B) 306.98º 0.52% 0.33% -
XYZ 5.7 3.91 7.66 -
YUV 57.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 83 40 78 0 0.52 0.06 0.67 306.98 0.35 0.24
Hex 53 28 4E 0 34 6 43 133 23 18
Octal 123 50 116 0 64 6 103 463 43 30
Binary 1010011 101000 1001110 0 110100 110 1000011 100110011 100011 11000

Color Harmonies of #53284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53284E

Black with #53284E

Text Example


Text Example

White with #53284E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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