#582E4E

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

Shades of Loulou #582E4E

Tints of Loulou #582E4E

Color information

#582E4E (or 0x582E4E) is unknown color: approx Loulou. HEX triplet: 58, 2E and 4E. RGB value is (88,46,78). Sum of RGB (Red+Green+Blue) = 88+46+78=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #582E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E4E is #A7D1B1. Grayscale: #3E3E3E. Windows color (decimal): -10998194 or 5123672. OLE color: 5123672.

HSL color Cylindrical-coordinate representation of color #582E4E: hue angle of 314.29º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #582E4E is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB884678-
CMYK00.480.110.65
HSL314.29º31.34%26.27%-
HSV(B)314.29º47.73%34.51%-
XYZ6.384.587.76-
YUV62.21136.91146.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=41.51%
G=21.70%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88467800.480.110.65314.2931.3426.27
Hex582E4E030B4113a1f1a
Octal13056116060131014723732
Binary101100010111010011100110000101110000011001110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582E4E; }

 p { color: rgb(88,46,78); }

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

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

 a { background-color: rgb(88,46,78); }

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

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

 span { border-color: rgb(88,46,78); }

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