Html Css Color HEX #502E4C Loulou

📋 copy color: '#502E4C'

red 80 ◦ green 46 ◦ blue 76

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

Shades of Loulou #502E4C

Tints of Loulou #502E4C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.77%

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

R = 39.6%
G = 22.77%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#502E4C (or 0x502E4C) is known color: Loulou. HEX triplet: 50, 2E and 4C. RGB value is (80,46,76). Sum of RGB (Red+Green+Blue) = 80+46+76=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 80 - color contains mainly: red. Hex color #502E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E4C is #AFD1B3. Grayscale: #3B3B3B. Windows color (decimal): -11522484 or 4992592. OLE color: 4992592.

HSL color Cylindrical-coordinate representation of color #502E4C: hue angle of 307.06º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #502E4C is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 46 76 -
CMYK 0 0.42 0.05 0.69
HSL 307.06º 0.27% 0.25% -
HSV(B) 307.06º 0.43% 0.31% -
XYZ 5.59 4.18 7.35 -
YUV 59.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 80 46 76 0 0.42 0.05 0.69 307.06 0.27 0.25
Hex 50 2E 4C 0 2A 5 45 133 1B 19
Octal 120 56 114 0 52 5 105 463 33 31
Binary 1010000 101110 1001100 0 101010 101 1000101 100110011 11011 11001

Color Harmonies of #502E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E4C

Black with #502E4C

Text Example


Text Example

White with #502E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502E4C; }

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

 H1.HeaderClassName
 {
   color: #502E4C;
 }
 .AnyTagClassName
 {
   color: #502E4C;
 }
</style>

background-color css

<style>
 a { background-color: #502E4C; }

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

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

border-color css

<style>
 span { border-color: #502E4C; }

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

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