#582551

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

Shades of Loulou #582551

Tints of Loulou #582551

Color information

#582551 (or 0x582551) is unknown color: approx Loulou. HEX triplet: 58, 25 and 51. RGB value is (88,37,81). Sum of RGB (Red+Green+Blue) = 88+37+81=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #582551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582551 is #A7DAAE. Grayscale: #393939. Windows color (decimal): -11000495 or 5317976. OLE color: 5317976.

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

Color convert

RGB883781-
CMYK00.580.080.65
HSL308.24º40.8%24.51%-
HSV(B)308.24º57.95%34.51%-
XYZ6.173.998.23-
YUV57.26141.4149.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 81 (32.03% from 255) = 39.32%
R=42.72%
G=17.96%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88378100.580.080.65308.2440.824.51
Hex58255103A8411342919
Octal13045121072101014645131
Binary1011000100101101000101110101000100000110011010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582551; }

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

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

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

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

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

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

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

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