#56364C

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

Shades of Loulou #56364C

Tints of Loulou #56364C

Color information

#56364C (or 0x56364C) is unknown color: approx Loulou. HEX triplet: 56, 36 and 4C. RGB value is (86,54,76). Sum of RGB (Red+Green+Blue) = 86+54+76=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #56364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56364C is #A9C9B3. Grayscale: #424242. Windows color (decimal): -11127220 or 4994646. OLE color: 4994646.

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

Color convert

RGB865476-
CMYK00.370.120.66
HSL318.75º22.86%27.45%-
HSV(B)318.75º37.21%33.73%-
XYZ6.465.147.49-
YUV66.08133.6142.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=39.81%
G=25%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86547600.370.120.66318.7522.8627.45
Hex56364C025C4213f171b
Octal12666114045141024772733
Binary101011011011010011000100101110010000101001111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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