#582E53

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

Shades of Loulou #582E53

Tints of Loulou #582E53

Color information

#582E53 (or 0x582E53) is unknown color: approx Loulou. HEX triplet: 58, 2E and 53. RGB value is (88,46,83). Sum of RGB (Red+Green+Blue) = 88+46+83=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #582E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E53 is #A7D1AC. Grayscale: #3E3E3E. Windows color (decimal): -10998189 or 5451352. OLE color: 5451352.

HSL color Cylindrical-coordinate representation of color #582E53: hue angle of 307.14º 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 #582E53 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB884683-
CMYK00.480.060.65
HSL307.14º31.34%26.27%-
HSV(B)307.14º47.73%34.51%-
XYZ6.564.658.74-
YUV62.78139.41145.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 46 (18.36% from 255) = 21.20%
BLUE value IS 83 (32.81% from 255) = 38.25%
R=40.55%
G=21.20%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88468300.480.060.65307.1431.3426.27
Hex582E530306411331f1a
Octal1305612306061014633732
Binary10110001011101010011011000011010000011001100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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