#582546

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

Shades of Loulou #582546

Tints of Loulou #582546

Color information

#582546 (or 0x582546) is unknown color: approx Loulou. HEX triplet: 58, 25 and 46. RGB value is (88,37,70). Sum of RGB (Red+Green+Blue) = 88+37+70=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #582546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582546 is #A7DAB9. Grayscale: #373737. Windows color (decimal): -11000506 or 4597080. OLE color: 4597080.

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

Color convert

RGB883770-
CMYK00.580.200.65
HSL321.18º40.8%24.51%-
HSV(B)321.18º57.95%34.51%-
XYZ5.793.846.23-
YUV56.01135.9150.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=45.13%
G=18.97%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88377000.580.200.65321.1840.824.51
Hex58254603A14411412919
Octal13045106072241015015131
Binary10110001001011000110011101010100100000110100000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582546; }

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

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

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

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

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

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

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

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