Html Css Color HEX #523050 Loulou

📋 copy color: '#523050'

red 82 ◦ green 48 ◦ blue 80

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

Shades of Loulou #523050

Tints of Loulou #523050

RGB

 RED value IS 82 (32.42% from 255) = 39.05%

 GREEN value IS 48 (19.14% from 255) = 22.86%

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

R = 39.05%
G = 22.86%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#523050 (or 0x523050) is known color: Loulou. HEX triplet: 52, 30 and 50. RGB value is (82,48,80). Sum of RGB (Red+Green+Blue) = 82+48+80=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #523050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523050 is #ADCFAF. Grayscale: #3D3D3D. Windows color (decimal): -11390896 or 5255250. OLE color: 5255250.

HSL color Cylindrical-coordinate representation of color #523050: hue angle of 303.53º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #523050 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 48 80 -
CMYK 0 0.41 0.02 0.68
HSL 303.53º 0.26% 0.25% -
HSV(B) 303.53º 0.41% 0.32% -
XYZ 5.98 4.49 8.14 -
YUV 61.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 82 48 80 0 0.41 0.02 0.68 303.53 0.26 0.25
Hex 52 30 50 0 29 2 44 130 1A 19
Octal 122 60 120 0 51 2 104 460 32 31
Binary 1010010 110000 1010000 0 101001 10 1000100 100110000 11010 11001

Color Harmonies of #523050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523050

Black with #523050

Text Example


Text Example

White with #523050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523050; }

 p { color: rgb(82,48,80); }

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

background-color css

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

 a { background-color: rgb(82,48,80); }

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

border-color css

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

 span { border-color: rgb(82,48,80); }

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