Html Css Color HEX #52334F Loulou

📋 copy color: '#52334F'

red 82 ◦ green 51 ◦ blue 79

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

Shades of Loulou #52334F

Tints of Loulou #52334F

RGB

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

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

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

R = 38.68%
G = 24.06%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52334F (or 0x52334F) is known color: Loulou. HEX triplet: 52, 33 and 4F. RGB value is (82,51,79). Sum of RGB (Red+Green+Blue) = 82+51+79=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #52334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52334F is #ADCCB0. Grayscale: #3F3F3F. Windows color (decimal): -11390129 or 5190482. OLE color: 5190482.

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

Color convert

RGB 82 51 79 -
CMYK 0 0.38 0.04 0.68
HSL 305.81º 0.23% 0.26% -
HSV(B) 305.81º 0.38% 0.32% -
XYZ 6.07 4.73 7.99 -
YUV 63.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 82 51 79 0 0.38 0.04 0.68 305.81 0.23 0.26
Hex 52 33 4F 0 26 4 44 132 17 1A
Octal 122 63 117 0 46 4 104 462 27 32
Binary 1010010 110011 1001111 0 100110 100 1000100 100110010 10111 11010

Color Harmonies of #52334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52334F

Black with #52334F

Text Example


Text Example

White with #52334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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