#582C53

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

Shades of Loulou #582C53

Tints of Loulou #582C53

Color information

#582C53 (or 0x582C53) is unknown color: approx Loulou. HEX triplet: 58, 2C and 53. RGB value is (88,44,83). Sum of RGB (Red+Green+Blue) = 88+44+83=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #582C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582C53 is #A7D3AC. Grayscale: #3D3D3D. Windows color (decimal): -10998701 or 5450840. OLE color: 5450840.

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

Color convert

RGB884483-
CMYK00.50.060.65
HSL306.82º33.33%25.88%-
HSV(B)306.82º50%34.51%-
XYZ6.494.58.71-
YUV61.6140.08146.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 44 (17.58% from 255) = 20.47%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=40.93%
G=20.47%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88448300.50.060.65306.8233.3325.88
Hex582C53032641133211a
Octal1305412306261014634132
Binary101100010110010100110110010110100000110011001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,44,83); }

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

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

 a { background-color: rgb(88,44,83); }

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

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

 span { border-color: rgb(88,44,83); }

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