Html Css Color HEX #52354E Loulou

📋 copy color: '#52354E'

red 82 ◦ green 53 ◦ blue 78

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

Shades of Loulou #52354E

Tints of Loulou #52354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.88%

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

R = 38.5%
G = 24.88%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#52354E (or 0x52354E) is known color: Loulou. HEX triplet: 52, 35 and 4E. RGB value is (82,53,78). Sum of RGB (Red+Green+Blue) = 82+53+78=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #52354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52354E is #ADCAB1. Grayscale: #404040. Windows color (decimal): -11389618 or 5125458. OLE color: 5125458.

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

Color convert

RGB 82 53 78 -
CMYK 0 0.35 0.05 0.68
HSL 308.28º 0.21% 0.26% -
HSV(B) 308.28º 0.35% 0.32% -
XYZ 6.13 4.89 7.83 -
YUV 64.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 82 53 78 0 0.35 0.05 0.68 308.28 0.21 0.26
Hex 52 35 4E 0 23 5 44 134 15 1A
Octal 122 65 116 0 43 5 104 464 25 32
Binary 1010010 110101 1001110 0 100011 101 1000100 100110100 10101 11010

Color Harmonies of #52354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52354E

Black with #52354E

Text Example


Text Example

White with #52354E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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