#58334B

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

Shades of Loulou #58334B

Tints of Loulou #58334B

Color information

#58334B (or 0x58334B) is unknown color: approx Loulou. HEX triplet: 58, 33 and 4B. RGB value is (88,51,75). Sum of RGB (Red+Green+Blue) = 88+51+75=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #58334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58334B is #A7CCB4. Grayscale: #404040. Windows color (decimal): -10996917 or 4928344. OLE color: 4928344.

HSL color Cylindrical-coordinate representation of color #58334B: hue angle of 321.08º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58334B is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB885175-
CMYK00.420.150.65
HSL321.08º26.62%27.25%-
HSV(B)321.08º42.05%34.51%-
XYZ6.484.957.27-
YUV64.8133.76144.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=41.12%
G=23.83%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88517500.420.150.65321.0826.6227.25
Hex58334B02AF411411b1b
Octal13063113052171015013333
Binary101100011001110010110101010111110000011010000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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