#56334E

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

Shades of Loulou #56334E

Tints of Loulou #56334E

Color information

#56334E (or 0x56334E) is unknown color: approx Loulou. HEX triplet: 56, 33 and 4E. RGB value is (86,51,78). Sum of RGB (Red+Green+Blue) = 86+51+78=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #56334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56334E is #A9CCB1. Grayscale: #404040. Windows color (decimal): -11127986 or 5124950. OLE color: 5124950.

HSL color Cylindrical-coordinate representation of color #56334E: hue angle of 313.71º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56334E is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB865178-
CMYK00.410.090.66
HSL313.71º25.55%26.86%-
HSV(B)313.71º40.7%33.73%-
XYZ6.44.97.82-
YUV64.54135.6143.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=40%
G=23.72%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86517800.410.090.66313.7125.5526.86
Hex56334E02994213a1a1b
Octal12663116051111024723233
Binary101011011001110011100101001100110000101001110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56334E; }

 p { color: rgb(86,51,78); }

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

<style>
 a { background-color: #56334E; }

 a { background-color: rgb(86,51,78); }

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

<style>
 span { border-color: #56334E; }

 span { border-color: rgb(86,51,78); }

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