#582547

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

Shades of Loulou #582547

Tints of Loulou #582547

Color information

#582547 (or 0x582547) is unknown color: approx Loulou. HEX triplet: 58, 25 and 47. RGB value is (88,37,71). Sum of RGB (Red+Green+Blue) = 88+37+71=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #582547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582547 is #A7DAB8. Grayscale: #383838. Windows color (decimal): -11000505 or 4662616. OLE color: 4662616.

HSL color Cylindrical-coordinate representation of color #582547: hue angle of 320º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #582547 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB883771-
CMYK00.580.190.65
HSL320º40.8%24.51%-
HSV(B)320º57.95%34.51%-
XYZ5.823.856.4-
YUV56.12136.4150.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 37 (14.84% from 255) = 18.88%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=44.90%
G=18.88%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88377100.580.190.6532040.824.51
Hex58254703A13411402919
Octal13045107072231015005131
Binary10110001001011000111011101010011100000110100000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582547; }

 p { color: rgb(88,37,71); }

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

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

 a { background-color: rgb(88,37,71); }

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

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

 span { border-color: rgb(88,37,71); }

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