Html Css Color HEX #50284C Loulou

📋 copy color: '#50284C'

red 80 ◦ green 40 ◦ blue 76

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

Shades of Loulou #50284C

Tints of Loulou #50284C

RGB

 RED value IS 80 (31.64% from 255) = 40.82%

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

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

R = 40.82%
G = 20.41%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50284C (or 0x50284C) is known color: Loulou. HEX triplet: 50, 28 and 4C. RGB value is (80,40,76). Sum of RGB (Red+Green+Blue) = 80+40+76=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #50284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50284C is #AFD7B3. Grayscale: #373737. Windows color (decimal): -11524020 or 4991056. OLE color: 4991056.

HSL color Cylindrical-coordinate representation of color #50284C: hue angle of 306º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50284C is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 40 76 -
CMYK 0 0.5 0.05 0.69
HSL 306º 0.33% 0.24% -
HSV(B) 306º 0.5% 0.31% -
XYZ 5.37 3.74 7.28 -
YUV 56.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 80 40 76 0 0.5 0.05 0.69 306 0.33 0.24
Hex 50 28 4C 0 32 5 45 132 21 18
Octal 120 50 114 0 62 5 105 462 41 30
Binary 1010000 101000 1001100 0 110010 101 1000101 100110010 100001 11000

Color Harmonies of #50284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50284C

Black with #50284C

Text Example


Text Example

White with #50284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,40,76); }

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

background-color css

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

 a { background-color: rgb(80,40,76); }

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

border-color css

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

 span { border-color: rgb(80,40,76); }

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