#582B4E

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

Shades of Loulou #582B4E

Tints of Loulou #582B4E

Color information

#582B4E (or 0x582B4E) is unknown color: approx Loulou. HEX triplet: 58, 2B and 4E. RGB value is (88,43,78). Sum of RGB (Red+Green+Blue) = 88+43+78=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #582B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B4E is #A7D4B1. Grayscale: #3C3C3C. Windows color (decimal): -10998962 or 5122904. OLE color: 5122904.

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

Color convert

RGB884378-
CMYK00.510.110.65
HSL313.33º34.35%25.69%-
HSV(B)313.33º51.14%34.51%-
XYZ6.264.357.72-
YUV60.44137.91147.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.11%
GREEN value IS 43 (17.19% from 255) = 20.57%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=42.11%
G=20.57%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88437800.510.110.65313.3334.3525.69
Hex582B4E033B41139221a
Octal13053116063131014714232
Binary1011000101011100111001100111011100000110011100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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