#582750

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

Shades of Loulou #582750

Tints of Loulou #582750

Color information

#582750 (or 0x582750) is unknown color: approx Loulou. HEX triplet: 58, 27 and 50. RGB value is (88,39,80). Sum of RGB (Red+Green+Blue) = 88+39+80=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #582750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582750 is #A7D8AF. Grayscale: #3A3A3A. Windows color (decimal): -10999984 or 5252952. OLE color: 5252952.

HSL color Cylindrical-coordinate representation of color #582750: hue angle of 309.8º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #582750 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB883980-
CMYK00.560.090.65
HSL309.8º38.58%24.9%-
HSV(B)309.8º55.68%34.51%-
XYZ6.24.18.06-
YUV58.32140.23149.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=42.51%
G=18.84%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88398000.560.090.65309.838.5824.9
Hex5827500389411362719
Octal13047120070111014664731
Binary1011000100111101000001110001001100000110011011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582750; }

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

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

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

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

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

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

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

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