#582D50

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

Shades of Loulou #582D50

Tints of Loulou #582D50

Color information

#582D50 (or 0x582D50) is unknown color: approx Loulou. HEX triplet: 58, 2D and 50. RGB value is (88,45,80). Sum of RGB (Red+Green+Blue) = 88+45+80=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #582D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582D50 is #A7D2AF. Grayscale: #3D3D3D. Windows color (decimal): -10998448 or 5254488. OLE color: 5254488.

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

Color convert

RGB884580-
CMYK00.490.090.65
HSL311.16º32.33%26.08%-
HSV(B)311.16º48.86%34.51%-
XYZ6.414.538.13-
YUV61.85138.25146.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=41.31%
G=21.13%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88458000.490.090.65311.1632.3326.08
Hex582D50031941137201a
Octal13055120061111014674032
Binary1011000101101101000001100011001100000110011011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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