#56194B

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

Shades of Loulou #56194B

Tints of Loulou #56194B

Color information

#56194B (or 0x56194B) is unknown color: approx Loulou. HEX triplet: 56, 19 and 4B. RGB value is (86,25,75). Sum of RGB (Red+Green+Blue) = 86+25+75=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #56194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56194B is #A9E6B4. Grayscale: #303030. Windows color (decimal): -11134645 or 4921686. OLE color: 4921686.

HSL color Cylindrical-coordinate representation of color #56194B: hue angle of 310.82º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56194B is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB862575-
CMYK00.710.130.66
HSL310.82º54.95%21.76%-
HSV(B)310.82º70.93%33.73%-
XYZ5.463.186.98-
YUV48.94142.71154.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=46.24%
G=13.44%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86257500.710.130.66310.8254.9521.76
Hex56194B047D421373716
Octal126311130107151024676726
Binary1010110110011001011010001111101100001010011011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56194B; }

 p { color: rgb(86,25,75); }

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

<style>
 a { background-color: #56194B; }

 a { background-color: rgb(86,25,75); }

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

<style>
 span { border-color: #56194B; }

 span { border-color: rgb(86,25,75); }

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