#56374C

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

Shades of Loulou #56374C

Tints of Loulou #56374C

Color information

#56374C (or 0x56374C) is unknown color: approx Loulou. HEX triplet: 56, 37 and 4C. RGB value is (86,55,76). Sum of RGB (Red+Green+Blue) = 86+55+76=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #56374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56374C is #A9C8B3. Grayscale: #424242. Windows color (decimal): -11126964 or 4994902. OLE color: 4994902.

HSL color Cylindrical-coordinate representation of color #56374C: hue angle of 319.35º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56374C is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB865576-
CMYK00.360.120.66
HSL319.35º21.99%27.65%-
HSV(B)319.35º36.05%33.73%-
XYZ6.515.237.5-
YUV66.66133.27141.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=39.63%
G=25.35%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86557600.360.120.66319.3521.9927.65
Hex56374C024C4213f161c
Octal12667114044141024772634
Binary101011011011110011000100100110010000101001111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,55,76); }

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

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

 a { background-color: rgb(86,55,76); }

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

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

 span { border-color: rgb(86,55,76); }

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