#58364C

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

Shades of Loulou #58364C

Tints of Loulou #58364C

Color information

#58364C (or 0x58364C) is unknown color: approx Loulou. HEX triplet: 58, 36 and 4C. RGB value is (88,54,76). Sum of RGB (Red+Green+Blue) = 88+54+76=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58364C is #A7C9B3. Grayscale: #424242. Windows color (decimal): -10996148 or 4994648. OLE color: 4994648.

HSL color Cylindrical-coordinate representation of color #58364C: hue angle of 321.18º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58364C is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB885476-
CMYK00.390.140.65
HSL321.18º23.94%27.84%-
HSV(B)321.18º38.64%34.51%-
XYZ6.655.237.5-
YUV66.67133.26143.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=40.37%
G=24.77%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88547600.390.140.65321.1823.9427.84
Hex58364C027E41141181c
Octal13066114047161015013034
Binary101100011011010011000100111111010000011010000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58364C; }

 p { color: rgb(88,54,76); }

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

<style>
 a { background-color: #58364C; }

 a { background-color: rgb(88,54,76); }

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

<style>
 span { border-color: #58364C; }

 span { border-color: rgb(88,54,76); }

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