#583052

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

Shades of Loulou #583052

Tints of Loulou #583052

Color information

#583052 (or 0x583052) is unknown color: approx Loulou. HEX triplet: 58, 30 and 52. RGB value is (88,48,82). Sum of RGB (Red+Green+Blue) = 88+48+82=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #583052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583052 is #A7CFAD. Grayscale: #3F3F3F. Windows color (decimal): -10997678 or 5386328. OLE color: 5386328.

HSL color Cylindrical-coordinate representation of color #583052: hue angle of 309º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #583052 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB884882-
CMYK00.450.070.65
HSL309º29.41%26.67%-
HSV(B)309º45.45%34.51%-
XYZ6.64.88.56-
YUV63.84138.25145.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 82 (32.42% from 255) = 37.61%
R=40.37%
G=22.02%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88488200.450.070.6530929.4126.67
Hex58305202D7411351d1b
Octal1306012205571014653533
Binary10110001100001010010010110111110000011001101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583052; }

 p { color: rgb(88,48,82); }

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

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

 a { background-color: rgb(88,48,82); }

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

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

 span { border-color: rgb(88,48,82); }

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