Html Css Color HEX #52364E Loulou

📋 copy color: '#52364E'

red 82 ◦ green 54 ◦ blue 78

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

Shades of Loulou #52364E

Tints of Loulou #52364E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 38.32%
G = 25.23%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#52364E (or 0x52364E) is known color: Loulou. HEX triplet: 52, 36 and 4E. RGB value is (82,54,78). Sum of RGB (Red+Green+Blue) = 82+54+78=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #52364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52364E is #ADC9B1. Grayscale: #414141. Windows color (decimal): -11389362 or 5125714. OLE color: 5125714.

HSL color Cylindrical-coordinate representation of color #52364E: hue angle of 308.57º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52364E is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 54 78 -
CMYK 0 0.34 0.05 0.68
HSL 308.57º 0.21% 0.27% -
HSV(B) 308.57º 0.34% 0.32% -
XYZ 6.17 4.98 7.84 -
YUV 65.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 82 54 78 0 0.34 0.05 0.68 308.57 0.21 0.27
Hex 52 36 4E 0 22 5 44 135 15 1B
Octal 122 66 116 0 42 5 104 465 25 33
Binary 1010010 110110 1001110 0 100010 101 1000100 100110101 10101 11011

Color Harmonies of #52364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52364E

Black with #52364E

Text Example


Text Example

White with #52364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52364E; }

 p { color: rgb(82,54,78); }

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

background-color css

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

 a { background-color: rgb(82,54,78); }

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

border-color css

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

 span { border-color: rgb(82,54,78); }

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