#58364B

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

Shades of Loulou #58364B

Tints of Loulou #58364B

Color information

#58364B (or 0x58364B) is unknown color: approx Loulou. HEX triplet: 58, 36 and 4B. RGB value is (88,54,75). Sum of RGB (Red+Green+Blue) = 88+54+75=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #58364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58364B is #A7C9B4. Grayscale: #424242. Windows color (decimal): -10996149 or 4929112. OLE color: 4929112.

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

Color convert

RGB885475-
CMYK00.390.150.65
HSL322.94º23.94%27.84%-
HSV(B)322.94º38.64%34.51%-
XYZ6.615.227.32-
YUV66.56132.76143.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=40.55%
G=24.88%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88547500.390.150.65322.9423.9427.84
Hex58364B027F41143181c
Octal13066113047171015033034
Binary101100011011010010110100111111110000011010000111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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