#582350

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

Shades of Loulou #582350

Tints of Loulou #582350

Color information

#582350 (or 0x582350) is unknown color: approx Loulou. HEX triplet: 58, 23 and 50. RGB value is (88,35,80). Sum of RGB (Red+Green+Blue) = 88+35+80=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #582350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582350 is #A7DCAF. Grayscale: #373737. Windows color (decimal): -11001008 or 5251928. OLE color: 5251928.

HSL color Cylindrical-coordinate representation of color #582350: hue angle of 309.06º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #582350 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB883580-
CMYK00.600.090.65
HSL309.06º43.09%24.12%-
HSV(B)309.06º60.23%34.51%-
XYZ6.073.868.01-
YUV55.98141.56150.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=43.35%
G=17.24%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88358000.600.090.65309.0643.0924.12
Hex58235003C9411352b18
Octal13043120074111014655330
Binary1011000100011101000001111001001100000110011010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582350; }

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

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

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

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

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

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

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

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