#52304C

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

Shades of Loulou #52304C

Tints of Loulou #52304C

Color information

#52304C (or 0x52304C) is unknown color: approx Loulou. HEX triplet: 52, 30 and 4C. RGB value is (82,48,76). Sum of RGB (Red+Green+Blue) = 82+48+76=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #52304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52304C is #ADCFB3. Grayscale: #3D3D3D. Windows color (decimal): -11390900 or 4993106. OLE color: 4993106.

HSL color Cylindrical-coordinate representation of color #52304C: hue angle of 310.59º 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 #52304C is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB824876-
CMYK00.410.070.68
HSL310.59º26.15%25.49%-
HSV(B)310.59º41.46%32.16%-
XYZ5.844.437.38-
YUV61.36136.26142.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=39.81%
G=23.30%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82487600.410.070.68310.5926.1525.49
Hex52304C0297441371a19
Octal1226011405171044673231
Binary10100101100001001100010100111110001001001101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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