#52304F

Color #52304F Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #52304F

Tints of Loulou #52304F

Color information

#52304F (or 0x52304F) is unknown color: approx Loulou. HEX triplet: 52, 30 and 4F. RGB value is (82,48,79). Sum of RGB (Red+Green+Blue) = 82+48+79=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #52304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52304F is #ADCFB0. Grayscale: #3D3D3D. Windows color (decimal): -11390897 or 5189714. OLE color: 5189714.

HSL color Cylindrical-coordinate representation of color #52304F: hue angle of 305.29º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52304F is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB824879-
CMYK00.410.040.68
HSL305.29º26.15%25.49%-
HSV(B)305.29º41.46%32.16%-
XYZ5.954.477.95-
YUV61.7137.76142.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.23%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=39.23%
G=22.97%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82487900.410.040.68305.2926.1525.49
Hex52304F0294441311a19
Octal1226011705141044613231
Binary10100101100001001111010100110010001001001100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52304F;
 }
 .AnyTagClassName
 {
   color: #52304F;
 }
</style>
background-color css

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

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

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

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

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

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