#56384A

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

Shades of Loulou #56384A

Tints of Loulou #56384A

Color information

#56384A (or 0x56384A) is unknown color: approx Loulou. HEX triplet: 56, 38 and 4A. RGB value is (86,56,74). Sum of RGB (Red+Green+Blue) = 86+56+74=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #56384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56384A is #A9C7B5. Grayscale: #424242. Windows color (decimal): -11126710 or 4864086. OLE color: 4864086.

HSL color Cylindrical-coordinate representation of color #56384A: hue angle of 324º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56384A is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB865674-
CMYK00.350.140.66
HSL324º21.13%27.84%-
HSV(B)324º34.88%33.73%-
XYZ6.495.37.16-
YUV67.02131.94141.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 56 (22.27% from 255) = 25.93%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=39.81%
G=25.93%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86567400.350.140.6632421.1327.84
Hex56384A023E42144151c
Octal12670112043161025042534
Binary101011011100010010100100011111010000101010001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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