#58304E

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

Shades of Loulou #58304E

Tints of Loulou #58304E

Color information

#58304E (or 0x58304E) is unknown color: approx Loulou. HEX triplet: 58, 30 and 4E. RGB value is (88,48,78). Sum of RGB (Red+Green+Blue) = 88+48+78=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #58304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58304E is #A7CFB1. Grayscale: #3F3F3F. Windows color (decimal): -10997682 or 5124184. OLE color: 5124184.

HSL color Cylindrical-coordinate representation of color #58304E: hue angle of 315º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58304E is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB884878-
CMYK00.450.110.65
HSL315º29.41%26.67%-
HSV(B)315º45.45%34.51%-
XYZ6.464.747.78-
YUV63.38136.25145.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=41.12%
G=22.43%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88487800.450.110.6531529.4126.67
Hex58304E02DB4113b1d1b
Octal13060116055131014733533
Binary101100011000010011100101101101110000011001110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58304E; }

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

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

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

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

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

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

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

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