#582E52

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

Shades of Loulou #582E52

Tints of Loulou #582E52

Color information

#582E52 (or 0x582E52) is unknown color: approx Loulou. HEX triplet: 58, 2E and 52. RGB value is (88,46,82). Sum of RGB (Red+Green+Blue) = 88+46+82=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #582E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E52 is #A7D1AD. Grayscale: #3E3E3E. Windows color (decimal): -10998190 or 5385816. OLE color: 5385816.

HSL color Cylindrical-coordinate representation of color #582E52: hue angle of 308.57º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #582E52 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB884682-
CMYK00.480.070.65
HSL308.57º31.34%26.27%-
HSV(B)308.57º47.73%34.51%-
XYZ6.524.648.53-
YUV62.66138.91146.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 46 (18.36% from 255) = 21.30%
BLUE value IS 82 (32.42% from 255) = 37.96%
R=40.74%
G=21.30%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88468200.480.070.65308.5731.3426.27
Hex582E520307411351f1a
Octal1305612206071014653732
Binary10110001011101010010011000011110000011001101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582E52; }

 p { color: rgb(88,46,82); }

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

<style>
 a { background-color: #582E52; }

 a { background-color: rgb(88,46,82); }

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

<style>
 span { border-color: #582E52; }

 span { border-color: rgb(88,46,82); }

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