Html Css Color HEX #52354F Loulou

📋 copy color: '#52354F'

red 82 ◦ green 53 ◦ blue 79

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

Shades of Loulou #52354F

Tints of Loulou #52354F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.92%

R = 38.32%
G = 24.77%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52354F (or 0x52354F) is known color: Loulou. HEX triplet: 52, 35 and 4F. RGB value is (82,53,79). Sum of RGB (Red+Green+Blue) = 82+53+79=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #52354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52354F is #ADCAB0. Grayscale: #404040. Windows color (decimal): -11389617 or 5190994. OLE color: 5190994.

HSL color Cylindrical-coordinate representation of color #52354F: hue angle of 306.21º 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 #52354F is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 53 79 -
CMYK 0 0.35 0.04 0.68
HSL 306.21º 0.21% 0.26% -
HSV(B) 306.21º 0.35% 0.32% -
XYZ 6.16 4.9 8.02 -
YUV 64.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 82 53 79 0 0.35 0.04 0.68 306.21 0.21 0.26
Hex 52 35 4F 0 23 4 44 132 15 1A
Octal 122 65 117 0 43 4 104 462 25 32
Binary 1010010 110101 1001111 0 100011 100 1000100 100110010 10101 11010

Color Harmonies of #52354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52354F

Black with #52354F

Text Example


Text Example

White with #52354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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