#58344E

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

Shades of Loulou #58344E

Tints of Loulou #58344E

Color information

#58344E (or 0x58344E) is unknown color: approx Loulou. HEX triplet: 58, 34 and 4E. RGB value is (88,52,78). Sum of RGB (Red+Green+Blue) = 88+52+78=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58344E is #A7CBB1. Grayscale: #414141. Windows color (decimal): -10996658 or 5125208. OLE color: 5125208.

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

Color convert

RGB885278-
CMYK00.410.110.65
HSL316.67º25.71%27.45%-
HSV(B)316.67º40.91%34.51%-
XYZ6.635.087.84-
YUV65.73134.93143.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=40.37%
G=23.85%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88527800.410.110.65316.6725.7127.45
Hex58344E029B4113d1a1b
Octal13064116051131014753233
Binary101100011010010011100101001101110000011001111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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