#582E50

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

Shades of Loulou #582E50

Tints of Loulou #582E50

Color information

#582E50 (or 0x582E50) is unknown color: approx Loulou. HEX triplet: 58, 2E and 50. RGB value is (88,46,80). Sum of RGB (Red+Green+Blue) = 88+46+80=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #582E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E50 is #A7D1AF. Grayscale: #3E3E3E. Windows color (decimal): -10998192 or 5254744. OLE color: 5254744.

HSL color Cylindrical-coordinate representation of color #582E50: hue angle of 311.43º 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 #582E50 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB884680-
CMYK00.480.090.65
HSL311.43º31.34%26.27%-
HSV(B)311.43º47.73%34.51%-
XYZ6.454.618.14-
YUV62.43137.91146.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=41.12%
G=21.50%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88468000.480.090.65311.4331.3426.27
Hex582E500309411371f1a
Octal13056120060111014673732
Binary101100010111010100000110000100110000011001101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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