Html Css Color HEX #523446 Loulou

📋 copy color: '#523446'

red 82 ◦ green 52 ◦ blue 70

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

Shades of Loulou #523446

Tints of Loulou #523446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

 BLUE value IS 70 (27.73% from 255) = 34.31%

R = 40.2%
G = 25.49%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#523446 (or 0x523446) is known color: Loulou. HEX triplet: 52, 34 and 46. RGB value is (82,52,70). Sum of RGB (Red+Green+Blue) = 82+52+70=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #523446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523446 is #ADCBB9. Grayscale: #3E3E3E. Windows color (decimal): -11389882 or 4600914. OLE color: 4600914.

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

Color convert

RGB 82 52 70 -
CMYK 0 0.37 0.15 0.68
HSL 324º 0.22% 0.26% -
HSV(B) 324º 0.37% 0.32% -
XYZ 5.81 4.69 6.39 -
YUV 63.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 82 52 70 0 0.37 0.15 0.68 324 0.22 0.26
Hex 52 34 46 0 25 F 44 144 16 1A
Octal 122 64 106 0 45 17 104 504 26 32
Binary 1010010 110100 1000110 0 100101 1111 1000100 101000100 10110 11010

Color Harmonies of #523446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523446

Black with #523446

Text Example


Text Example

White with #523446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523446; }

 p { color: rgb(82,52,70); }

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

background-color css

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

 a { background-color: rgb(82,52,70); }

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

border-color css

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

 span { border-color: rgb(82,52,70); }

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