#56374A

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

Shades of Loulou #56374A

Tints of Loulou #56374A

Color information

#56374A (or 0x56374A) is unknown color: approx Loulou. HEX triplet: 56, 37 and 4A. RGB value is (86,55,74). Sum of RGB (Red+Green+Blue) = 86+55+74=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #56374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56374A is #A9C8B5. Grayscale: #424242. Windows color (decimal): -11126966 or 4863830. OLE color: 4863830.

HSL color Cylindrical-coordinate representation of color #56374A: hue angle of 323.23º 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 #56374A is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB865574-
CMYK00.360.140.66
HSL323.23º21.99%27.65%-
HSV(B)323.23º36.05%33.73%-
XYZ6.445.217.14-
YUV66.44132.27141.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=40%
G=25.58%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86557400.360.140.66323.2321.9927.65
Hex56374A024E42143161c
Octal12667112044161025032634
Binary101011011011110010100100100111010000101010000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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