Html Css Color HEX #50364C Loulou

📋 copy color: '#50364C'

red 80 ◦ green 54 ◦ blue 76

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

Shades of Loulou #50364C

Tints of Loulou #50364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.71%

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

R = 38.1%
G = 25.71%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50364C (or 0x50364C) is known color: Loulou. HEX triplet: 50, 36 and 4C. RGB value is (80,54,76). Sum of RGB (Red+Green+Blue) = 80+54+76=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #50364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50364C is #AFC9B3. Grayscale: #404040. Windows color (decimal): -11520436 or 4994640. OLE color: 4994640.

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

Color convert

RGB 80 54 76 -
CMYK 0 0.33 0.05 0.69
HSL 309.23º 0.19% 0.26% -
HSV(B) 309.23º 0.33% 0.31% -
XYZ 5.93 4.87 7.46 -
YUV 64.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 80 54 76 0 0.33 0.05 0.69 309.23 0.19 0.26
Hex 50 36 4C 0 21 5 45 135 13 1A
Octal 120 66 114 0 41 5 105 465 23 32
Binary 1010000 110110 1001100 0 100001 101 1000101 100110101 10011 11010

Color Harmonies of #50364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50364C

Black with #50364C

Text Example


Text Example

White with #50364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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