#58354B

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

Shades of Loulou #58354B

Tints of Loulou #58354B

Color information

#58354B (or 0x58354B) is unknown color: approx Loulou. HEX triplet: 58, 35 and 4B. RGB value is (88,53,75). Sum of RGB (Red+Green+Blue) = 88+53+75=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58354B is #A7CAB4. Grayscale: #414141. Windows color (decimal): -10996405 or 4928856. OLE color: 4928856.

HSL color Cylindrical-coordinate representation of color #58354B: hue angle of 322.29º 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 #58354B is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB885375-
CMYK00.400.150.65
HSL322.29º24.82%27.65%-
HSV(B)322.29º39.77%34.51%-
XYZ6.575.137.3-
YUV65.97133.1143.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=40.74%
G=24.54%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88537500.400.150.65322.2924.8227.65
Hex58354B028F41142191c
Octal13065113050171015023134
Binary101100011010110010110101000111110000011010000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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