#58354D

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

Shades of Loulou #58354D

Tints of Loulou #58354D

Color information

#58354D (or 0x58354D) is unknown color: approx Loulou. HEX triplet: 58, 35 and 4D. RGB value is (88,53,77). Sum of RGB (Red+Green+Blue) = 88+53+77=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58354D is #A7CAB2. Grayscale: #424242. Windows color (decimal): -10996403 or 5059928. OLE color: 5059928.

HSL color Cylindrical-coordinate representation of color #58354D: hue angle of 318.86º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58354D is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB885377-
CMYK00.400.120.65
HSL318.86º24.82%27.65%-
HSV(B)318.86º39.77%34.51%-
XYZ6.645.167.67-
YUV66.2134.1143.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=40.37%
G=24.31%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88537700.400.120.65318.8624.8227.65
Hex58354D028C4113f191c
Octal13065115050141014773134
Binary101100011010110011010101000110010000011001111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58354D; }

 p { color: rgb(88,53,77); }

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

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

 a { background-color: rgb(88,53,77); }

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

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

 span { border-color: rgb(88,53,77); }

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