#582550

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

Shades of Loulou #582550

Tints of Loulou #582550

Color information

#582550 (or 0x582550) is unknown color: approx Loulou. HEX triplet: 58, 25 and 50. RGB value is (88,37,80). Sum of RGB (Red+Green+Blue) = 88+37+80=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #582550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582550 is #A7DAAF. Grayscale: #393939. Windows color (decimal): -11000496 or 5252440. OLE color: 5252440.

HSL color Cylindrical-coordinate representation of color #582550: hue angle of 309.41º 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 #582550 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB883780-
CMYK00.580.090.65
HSL309.41º40.8%24.51%-
HSV(B)309.41º57.95%34.51%-
XYZ6.133.988.03-
YUV57.15140.9150-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=42.93%
G=18.05%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88378000.580.090.65309.4140.824.51
Hex58255003A9411352919
Octal13045120072111014655131
Binary1011000100101101000001110101001100000110011010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582550; }

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

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

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

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

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

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

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

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