Html Css Color HEX #523348 Loulou

📋 copy color: '#523348'

red 82 ◦ green 51 ◦ blue 72

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

Shades of Loulou #523348

Tints of Loulou #523348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

 BLUE value IS 72 (28.52% from 255) = 35.12%

R = 40%
G = 24.88%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#523348 (or 0x523348) is known color: Loulou. HEX triplet: 52, 33 and 48. RGB value is (82,51,72). Sum of RGB (Red+Green+Blue) = 82+51+72=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #523348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523348 is #ADCCB7. Grayscale: #3E3E3E. Windows color (decimal): -11390136 or 4731730. OLE color: 4731730.

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

Color convert

RGB 82 51 72 -
CMYK 0 0.38 0.12 0.68
HSL 319.35º 0.23% 0.26% -
HSV(B) 319.35º 0.38% 0.32% -
XYZ 5.83 4.63 6.72 -
YUV 62.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 82 51 72 0 0.38 0.12 0.68 319.35 0.23 0.26
Hex 52 33 48 0 26 C 44 13F 17 1A
Octal 122 63 110 0 46 14 104 477 27 32
Binary 1010010 110011 1001000 0 100110 1100 1000100 100111111 10111 11010

Color Harmonies of #523348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523348

Black with #523348

Text Example


Text Example

White with #523348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523348; }

 p { color: rgb(82,51,72); }

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

background-color css

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

 a { background-color: rgb(82,51,72); }

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

border-color css

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

 span { border-color: rgb(82,51,72); }

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